Skip to content

Commit

Permalink
fix: aligned inline code vertically #3228 (#3417)
Browse files Browse the repository at this point in the history
  • Loading branch information
berezinant committed Jan 11, 2024
1 parent 5c08bee commit 4b51254
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ code {

code:not(.block) {
display: inline-block;
vertical-align: middle;
vertical-align: bottom;
}

.symbol > a {
Expand Down

0 comments on commit 4b51254

Please sign in to comment.