Skip to content

Commit 30de2ae

Browse files
committed
fix task checkbox alignment.
I think this is the only place we still use .small_icon_button. Otherwise this might change things i did not mean to.
1 parent b4a5b14 commit 30de2ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/stylesheets/ui/icons.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
a.small_icon_button {
172172
height: 16px;
173173
width: 16px;
174-
display: block;
174+
display: inline-block;
175175
padding: 0;
176176
background-repeat: no-repeat;
177177
background-position: 0 0;

0 commit comments

Comments
 (0)