mirror of
https://github.com/pocketbase/pocketbase.git
synced 2026-09-12 01:20:48 +02:00
[#7720] fixed multiple select options wrapping
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user