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
1 changed files with 3 additions and 0 deletions

View File

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