fix: replace invlaid max-height value 'auto' by 'none' (#419)
This commit is contained in:
parent
2e40e48d52
commit
f1457b86fa
2 changed files with 2 additions and 1 deletions
|
@ -1 +1,2 @@
|
|||
.*border-content.*
|
||||
.*Duplicate ID.*
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
:root,
|
||||
:root[color-mode="light"] {
|
||||
--code-max-height: auto;
|
||||
--code-max-height: none;
|
||||
|
||||
@include light_mode;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue