[Bug] Move values to the next line when the window is resized to a narrow width #42
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
translation
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
sungsphinx/examine#42
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Issue/Description:
When the window is resized to a narrow width, label/value pairs can become difficult to read because the value remains positioned alongside the label even when there is not enough horizontal space.
Expected Behavior:
When there is insufficient horizontal space, the value should move to the next line below the label, allowing the entire value to remain visible. Similar to Settings app About section.
Other Notes: