Description
Tools with a two-word label in lighttool.toml that contains a space (e.g. "FlashCards Light", "Pomodoro Light") wrap onto two lines in the vertical tool/app list screen (the scrollable list reachable via the side dot navigation). This pushes every entry below it down, breaking the layout of the list.
Steps to reproduce
- Set
label in lighttool.toml to a two-word name containing a space (e.g. "FlashCards Light")
- Install the tool and open the tool/app list screen
- Observe the label wraps to two lines, pushing subsequent list items down
Expected behaviour
Either the label truncates/ellipsizes on one line, or the list layout accounts for two-line labels without misaligning subsequent entries.
Actual behaviour
The two-line label pushes all following list items down, breaking the layout.
Description
Tools with a two-word
labelinlighttool.tomlthat contains a space (e.g."FlashCards Light","Pomodoro Light") wrap onto two lines in the vertical tool/app list screen (the scrollable list reachable via the side dot navigation). This pushes every entry below it down, breaking the layout of the list.Steps to reproduce
labelinlighttool.tomlto a two-word name containing a space (e.g."FlashCards Light")Expected behaviour
Either the label truncates/ellipsizes on one line, or the list layout accounts for two-line labels without misaligning subsequent entries.
Actual behaviour
The two-line label pushes all following list items down, breaking the layout.