refactor(syntax-highlighting): use component wrapping for syntax highlighting activation (#9784)

This commit is contained in:
Vladimír Gorej
2024-04-06 00:16:00 +02:00
committed by GitHub
parent 7260005bd8
commit ac0d2a3cc8
15 changed files with 143 additions and 112 deletions

View File

@@ -654,8 +654,9 @@
.curl
{
white-space: normal;
max-height: 400px;
overflow-y: auto;
max-height: 400px;
min-height: 6em;
}
}