Merge pull request #13809 from Budibase/wrap-field-labels

Allow field labels to wrap
This commit is contained in:
Andrew Kingston 2024-05-30 09:54:45 +01:00 committed by GitHub
commit 26be710459
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@
flex-direction: column; flex-direction: column;
} }
label { label {
white-space: nowrap; word-wrap: break-word;
} }
label.hidden { label.hidden {
padding: 0; padding: 0;