mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
fix: make long dropdown options wrap (#3031)
This commit is contained in:
@@ -168,3 +168,8 @@ tui-textfield [tuiTooltip] {
|
||||
align-self: center !important;
|
||||
}
|
||||
}
|
||||
|
||||
// TODO: Remove after migrating to v5
|
||||
[tuiOption] {
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user