Group creation form: input fields overflowing container on mobile #7
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
On the group creation form, the input-field and submit-button for the group name overflow their container div on mobile.
Can be fixed by surrounding the form with a bootstrap
class="container"
div.Doesn't impact usability greatly, ignoring this for now.