[Sprint/GiddyGiraffe](bug): Removed height from login component to stop overflow on TOS button
Closes minds#450
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.
0/1 discussion resolved
changed the description
approved this merge request
approved this merge request
12 12 display: flex; 13 13 max-width: 990px; 14 14 flex-direction: row; 15 height: 100%; - Owner
I think this should be
min-height: 100%
or else desktop has a great big grey bar