-
-
Notifications
You must be signed in to change notification settings - Fork 98
Open
Labels
Description
On smaller screens or when the browser window is narrowed, the UI components, such as buttons and text fields, shrink horizontally instead of stacking vertically. This makes the text on the buttons unreadable and the application difficult to use.
Steps to Reproduce:
- Open the TalkHeal application in a web browser.
- Slowly resize the browser window to a narrower width, simulating a mobile device or tablet.
- Observe the buttons and other components shrinking in width, causing their text to be truncated or compressed.
Expected Behavior:
The components should maintain a minimum readable width and, once the screen is too narrow to display them side-by-side, they should "stack" or wrap to the next line. The horizontal columns should switch to a vertical layout at a certain screen size breakpoint, ensuring all content remains readable.