1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-08 15:57:01 +02:00
This commit is contained in:
Ryan Cramer
2023-07-26 11:16:53 -04:00
parent b170dfec16
commit 838d4363bf

View File

@@ -13,7 +13,7 @@
.InputfieldCheckboxes ul li label {
display: inline-block;
white-space: nowrap;
white-space: break-spaces;
vertical-align: top;
}
@@ -59,4 +59,3 @@
.InputfieldCheckboxes table label {
white-space: nowrap;
}