Skip to content
This repository was archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
fix: img height error in code block (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonzq authored Apr 28, 2020
1 parent 32ebddb commit 752c1b3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion assets/css/_partial/_single/_code.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pre {

img {
min-height: 1em;
max-height: 1.25em;
max-height: 1.2em;
vertical-align: text-bottom;
}
}
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit 752c1b3

Please sign in to comment.