Increase allowed width for form labels
This commit is contained in:
parent
37a21d93a1
commit
961e0e801d
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue