Merge pull request #13809 from Budibase/wrap-field-labels
Allow field labels to wrap
This commit is contained in:
commit
26be710459
|
@ -127,7 +127,7 @@
|
|||
flex-direction: column;
|
||||
}
|
||||
label {
|
||||
white-space: nowrap;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
label.hidden {
|
||||
padding: 0;
|
||||
|
|
Loading…
Reference in New Issue