Skip to content

Commit 78d0a8b

Browse files
gasseAntoinePrv
authored andcommitted
Fixed equation number glitch with Chrome browser
1 parent ed956a6 commit 78d0a8b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/static/css/custom.css

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,20 +149,19 @@ div.math {
149149
display: none;
150150
visibility: hidden;
151151
font-size: 14px;
152-
padding-left: .3em;
153152
}
154153
.eqno:hover .headerlink {
155154
display: inline-block;
156155
visibility: hidden;
157-
margin-right: -1.05em;
158156
}
159157
.eqno .headerlink:after {
158+
display: inline-block;
160159
visibility: visible;
161160
content: "\f0c1";
162161
font-family: FontAwesome;
163-
display: inline-block;
164-
margin-left: -.9em;
162+
margin-left: -.6em;
165163
}
164+
166165
/* Make responsive */
167166
.MathJax_Display {
168167
max-width: 100%;

0 commit comments

Comments
 (0)