dorm-social-room-manager / dsrm-frontend

front-end part of the dorm social rooms manager project
0 stars 0 forks source link

Login page #22

Closed macszl closed 1 year ago

macszl commented 1 year ago

Closes #17

macszl commented 1 year ago

One major problem still left: need to find a way to shrink wrap the div in Header, that contains all our text elements. When the text wraps to the next line, the container div has a sizeable margin on its right side. This causes issues with the divider element(it goes rightwards too much, beyond the text).

Current solution has the maximum width set up statically, but it should be dynamic, and it should be dependent on text width.