Force wrapping long words in field labels
This commit is contained in:
parent
1015ec9da2
commit
7b4304d4a2
|
@ -126,6 +126,9 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
label {
|
||||||
|
word-wrap: break-word;
|
||||||
|
}
|
||||||
label.hidden {
|
label.hidden {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue