When updating or adding a member with a very long name field once the displayed name field exceeds the window there is no way for the user to view the full name which could be a big problem for smaller screens
Steps to reproduce
Run the application
Add or update a member with a very long name
Observe that once the displayed name field of the member exceeds the window a '...' is shown with no way to view the full name of the member
Expected Behavior
On any screen size, if the text overflows, there should be a way to view the full text, either by having it display on multiple lines or having a dropdown
Actual behavior
Once the text for the name field overflows the window a '...' is shown with no way to view the full name, this poses a potential problem to those with smaller screen sizes
Suggested Improvement
Use a dropdown or have the name field wrap to the next row and be multiline in the case of text overflow, this makes the application more responsive for smaller screens
When updating or adding a member with a very long name field once the displayed name field exceeds the window there is no way for the user to view the full name which could be a big problem for smaller screens
Steps to reproduce
Run the application
Add or update a member with a very long name
Observe that once the displayed name field of the member exceeds the window a '...' is shown with no way to view the full name of the member
Expected Behavior
On any screen size, if the text overflows, there should be a way to view the full text, either by having it display on multiple lines or having a dropdown
Actual behavior
Once the text for the name field overflows the window a '...' is shown with no way to view the full name, this poses a potential problem to those with smaller screen sizes
Suggested Improvement
Use a dropdown or have the name field wrap to the next row and be multiline in the case of text overflow, this makes the application more responsive for smaller screens