Skip to content

Commit 848f984

Browse files
authored
Merge pull request #22500 from Arhell/link
fix glossary page link
2 parents e4c4549 + 896f046 commit 848f984

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

static/css/glossary.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@
66
background-image: url(../images/link.png);
77
background-repeat: no-repeat;
88
display: inline-block;
9+
vertical-align: middle;
10+
font-size: 0;
911
color: transparent;
10-
width: 20px;
12+
width: 17px;
13+
height: 17px;
1114
margin-left: 10px;
1215
}
1316

0 commit comments

Comments
 (0)