Skip to content

Commit 1b9f4f1

Browse files
committed
inline -> inline-block
Also changes this to work on h4 since I noticed the same rustdoc style was there too.
1 parent 49b2466 commit 1b9f4f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/style.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -813,6 +813,6 @@ i.dependencies.normal {
813813
}
814814

815815
/* Don't put a newline after code fragments in headers */
816-
h3 > code {
817-
display: inline;
816+
h3 > code, h4 > code {
817+
display: inline-block;
818818
}

0 commit comments

Comments
 (0)