mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-14 02:46:16 +01:00
fix: img height error in code block (#277)
This commit is contained in:
parent
32ebddb95f
commit
752c1b37f3
4 changed files with 4 additions and 4 deletions
|
@ -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
Loading…
Reference in a new issue