fix(code-block): fixed code enlargement problem in iOS (#129)
This commit is contained in:
parent
f4121f350d
commit
89087d6963
|
@ -8,6 +8,7 @@ $code-block {
|
||||||
font-size 0.96rem
|
font-size 0.96rem
|
||||||
line-height 1.5rem
|
line-height 1.5rem
|
||||||
background var(--highlight-background)
|
background var(--highlight-background)
|
||||||
|
-webkit-text-size-adjust none
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue