Skip to content

Commit

Permalink
fix: aligned inline code vertically #3228 (#3417)
Browse files Browse the repository at this point in the history
(cherry picked from commit 4b51254)
  • Loading branch information
berezinant authored and IgnatBeresnev committed Jan 11, 2024
1 parent 6b508fc commit 45cc27b
Showing 1 changed file with 1 addition and 1 deletion.
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 45cc27b

Please sign in to comment.