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