Skip to content

Commit 07628d4

Browse files
committed
Do not unset the width for the choices-container
1 parent aaaccf8 commit 07628d4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Resources/public/css/multicolumnwizard.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Resources/public/css/multicolumnwizard_src.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
height: auto;
2222
}
2323

24-
.multicolumnwizard .tl_select,
25-
.multicolumnwizard .tl_mselect {
24+
.multicolumnwizard .tl_select:not(.choices),
25+
.multicolumnwizard .tl_mselect:not(.choices) {
2626
width: auto;
2727
}
2828

0 commit comments

Comments
 (0)