Allow field labels to wrap

This commit is contained in:
Andrew Kingston 2024-05-29 14:32:22 +01:00
parent d33928eaab
commit 1015ec9da2
1 changed files with 0 additions and 3 deletions

View File

@ -126,9 +126,6 @@
display: flex;
flex-direction: column;
}
label {
white-space: nowrap;
}
label.hidden {
padding: 0;
}