fix: replace invlaid max-height value 'auto' by 'none' (#419)

This commit is contained in:
Robert Kaussow 2022-05-23 22:37:12 +02:00 committed by GitHub
parent 2e40e48d52
commit f1457b86fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1,2 @@
.*border-content.*
.*Duplicate ID.*

View File

@ -1,6 +1,6 @@
:root,
:root[color-mode="light"] {
--code-max-height: auto;
--code-max-height: none;
@include light_mode;
}