feat: add css variable to set max height for code blocks (#119)

This commit is contained in:
Robert Kaussow 2021-05-13 14:05:38 +02:00 committed by GitHub
parent e4f8111a3b
commit 4424e0b81c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 65 additions and 79 deletions

View file

@ -110,7 +110,7 @@
}
}
table {
table:not(.lntable) {
overflow: auto;
display: table;
border-spacing: 0;
@ -176,5 +176,6 @@
padding: 1rem;
width: 100%;
overflow: auto;
max-height: var(--code-max-height);
}
}