fix: make long dropdown options wrap (#3031)

This commit is contained in:
Alex Inkin
2025-09-21 19:06:33 +07:00
committed by GitHub
parent 876e5bc683
commit c62ca4b183

View File

@@ -168,3 +168,8 @@ tui-textfield [tuiTooltip] {
align-self: center !important;
}
}
// TODO: Remove after migrating to v5
[tuiOption] {
word-break: break-word;
}