feat: add css variable to set max height for code blocks (#119)
This commit is contained in:
parent
e4f8111a3b
commit
4424e0b81c
8 changed files with 65 additions and 79 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue