D61-IA / stellar-gnosis

Gnosis paper management and collaboration tool
Apache License 2.0
0 stars 1 forks source link

Collection form does not render correctly on mobile #64

Open PantelisElinas opened 4 years ago

PantelisElinas commented 4 years ago

When creating a new Collection, the form is not rendered correctly on mobile with the input fields extending outside the screen boundaries.

This is an easy fix of applying crispy_forms to the template as in all other forms to make it responsive.