mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-09-03 12:12:39 +00:00
fix: img height error in code block (#277)
This commit is contained in:
@@ -21,7 +21,7 @@ pre {
|
||||
|
||||
img {
|
||||
min-height: 1em;
|
||||
max-height: 1.25em;
|
||||
max-height: 1.2em;
|
||||
vertical-align: text-bottom;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user