Skip to content

Commit 7c3c732

Browse files
committed
Fix dynamic anchor margins
1 parent 90d14d2 commit 7c3c732

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/commons/static/commons/css/dyn-anchors.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
font-size: 12pt;
44
color: gray;
55
vertical-align: middle;
6-
margin-left: 5px;
6+
margin-left: 4px;
77
display: none;
88
&:hover {
99
color: darken(gray, 30%);

0 commit comments

Comments
 (0)