fix: img height error in code block (#277)

This commit is contained in:
Dillon
2020-04-28 20:44:58 +08:00
committed by GitHub
parent 32ebddb95f
commit 752c1b37f3
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ pre {
img {
min-height: 1em;
max-height: 1.25em;
max-height: 1.2em;
vertical-align: text-bottom;
}
}
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long