Skip to content

Commit 49fc66a

Browse files
committed
Styling.
1 parent 9548f63 commit 49fc66a

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

app/assets/stylesheets/active_admin/editor.css.scss

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ body form .html_editor {
3636
@include rounded-top;
3737
background: #fff;
3838

39-
ul li {
40-
display: inline-block;
41-
}
42-
4339
ul li a {
4440
display: block;
4541
padding: 5px 10px;
@@ -54,6 +50,14 @@ body form .html_editor {
5450
}
5551
}
5652

53+
ul li {
54+
display: inline-block;
55+
56+
&:first-child a {
57+
padding-left: 0;
58+
}
59+
}
60+
5761
&.wysihtml5-commands-disabled ul li a[data-wysihtml5-command] {
5862
display: none;
5963
}

0 commit comments

Comments
 (0)