[#7720] fixed multiple select options wrapping

This commit is contained in:
Gani Georgiev
2026-05-29 19:27:56 +03:00
parent aeb78e51a1
commit f1873ad26d
11 changed files with 34 additions and 16 deletions
+4
View File
@@ -304,6 +304,10 @@ table {
margin-right: calc(-1 * var(--spacing));
container-type: inline-size scroll-state;
.label {
word-break: normal; /* container has overflow so there is no need to unnecessery break characters */
}
.load-more-btn,
.sticky-content {
position: sticky;