Skip to content

Commit cec0a91

Browse files
authored
Issue #8: Set a max-width on select lists containing field labels by @jenlampton
2 parents 0832b67 + 37a24a6 commit cec0a91

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

conditional_fields.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ table.conditional-fields-overview .form-submit {
1212
table.conditional-fields-overview .description-select .form-type-select {
1313
display: inline;
1414
}
15+
table.conditional-fields-overview .form-type-select select {
16+
max-width: 250px;
17+
}
1518

1619
/* Dependency edit */
1720

@@ -21,4 +24,4 @@ table.conditional-fields-overview .description-select .form-type-select {
2124

2225
#conditional-fields-dependency-edit-form .form-item-state .ajax-progress {
2326
width: 120px;
24-
}
27+
}

0 commit comments

Comments
 (0)