Make heading anchor back to a block element
This commit is contained in:
parent
b928d48aac
commit
50e41d98f1
|
@ -25,7 +25,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.heading-anchor [hidden] {
|
.heading-anchor [hidden] {
|
||||||
display: inline-block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* BLOCKQUOTES With CITATIONS */
|
/* BLOCKQUOTES With CITATIONS */
|
||||||
|
|
Loading…
Reference in New Issue