Skip to content

Commit 37a24a6

Browse files
author
Jen Lampton
committed
Issue #8: Set a max-width on select lists containing field labels.
1 parent 0832b67 commit 37a24a6

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)