1
0
Fork 0
mirror of synced 2024-09-13 07:53:31 +12:00

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

View file

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