Change heading anchor to inline-block
This commit is contained in:
parent
dca7e8045c
commit
9bb2a324be
|
@ -25,7 +25,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.heading-anchor [hidden] {
|
.heading-anchor [hidden] {
|
||||||
display: block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* BLOCKQUOTES With CITATIONS */
|
/* BLOCKQUOTES With CITATIONS */
|
||||||
|
|
Loading…
Reference in New Issue