Skip to content

Commit d23ef46

Browse files
committed
Fix CSS to set icons at one line
1 parent 3e92191 commit d23ef46

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

src/Resources/public/css/multicolumnwizard.css

Lines changed: 2 additions & 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.css.map

Lines changed: 1 addition & 0 deletions
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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@
4848
padding-right: 0;
4949
}
5050

51+
.multicolumnwizard td.col_last a {
52+
display: inline-block;
53+
}
54+
5155
.multicolumnwizard a[rel="move"] {
5256
cursor: move;
5357
}

0 commit comments

Comments
 (0)