Increase allowed width for form labels

This commit is contained in:
Lance Edgar 2018-05-22 18:35:00 -05:00
parent 37a21d93a1
commit 961e0e801d

View file

@ -65,7 +65,7 @@ div.fieldset {
.field-wrapper label {
display: table-cell;
vertical-align: top;
width: 15em;
width: 18em;
font-weight: bold;
padding-top: 2px;
white-space: nowrap;