We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0832b67 + 37a24a6 commit cec0a91Copy full SHA for cec0a91
conditional_fields.css
@@ -12,6 +12,9 @@ table.conditional-fields-overview .form-submit {
12
table.conditional-fields-overview .description-select .form-type-select {
13
display: inline;
14
}
15
+table.conditional-fields-overview .form-type-select select {
16
+ max-width: 250px;
17
+}
18
19
/* Dependency edit */
20
@@ -21,4 +24,4 @@ table.conditional-fields-overview .description-select .form-type-select {
21
24
22
25
#conditional-fields-dependency-edit-form .form-item-state .ajax-progress {
23
26
width: 120px;
-}
27
0 commit comments