franklindyer / agora-app

Simple and (hopefully) secure social media application. Also a project for spring 2024 CS 444 cybersecurity class at UNM.
4 stars 1 forks source link

Status input box doesn't wrap #38

Closed altheaden closed 5 months ago

altheaden commented 6 months ago

When a user is on their own profile, the info box to update their status does not wrap. It can be fixed by changing the input element to a textarea element, but that solution requires js. Therefore, I am keeping this as an open issue until I decide to go back and set up js for our various features that require it. In the meantime, this behavior works (it's just bad looking) and is clean.