1
0
Fork 0
mirror of synced 2024-08-05 13:21:26 +12:00

Force wrapping long words in field labels

This commit is contained in:
Andrew Kingston 2024-05-30 09:11:42 +01:00
parent 1015ec9da2
commit 7b4304d4a2

View file

@ -126,6 +126,9 @@
display: flex;
flex-direction: column;
}
label {
word-wrap: break-word;
}
label.hidden {
padding: 0;
}