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;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
label {
|
label {
|
||||||
white-space: nowrap;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
label.hidden {
|
label.hidden {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
Loading…
Reference in New Issue