fix: replace invlaid max-height value 'auto' by 'none' (#419)
parent
2e40e48d52
commit
f1457b86fa
|
@ -1 +1,2 @@
|
||||||
.*border-content.*
|
.*border-content.*
|
||||||
|
.*Duplicate ID.*
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
:root,
|
:root,
|
||||||
:root[color-mode="light"] {
|
:root[color-mode="light"] {
|
||||||
--code-max-height: auto;
|
--code-max-height: none;
|
||||||
|
|
||||||
@include light_mode;
|
@include light_mode;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue