[Sprint/GiddyGiraffe](bug): Removed height from login component to stop overflow on TOS button
1 unresolved thread
Closes minds#450 (closed)
The above button was previously cut off
We could possibly get rid of the margin too, but I decided to leave it in to be safe. Let me know.
Edited by Ben
Merge request reports
Activity
- Resolved by Ben
12 12 display: flex; 13 13 max-width: 990px; 14 14 flex-direction: row; 15 height: 100%; 15 min-height: 100&; changed this line in version 3 of the diff
Please register or sign in to reply