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