fix: config/debug UI overflow (#1715)

Thanks @saipreetham589.

Co-authored-by: SaiPreetham <saipreetham.pesu@gmail.com>
This commit is contained in:
Peter Steinberger
2026-01-25 13:20:37 +00:00
parent 97487a51a0
commit 22cf2b6766
4 changed files with 7 additions and 2 deletions

View File

@@ -593,6 +593,7 @@
border: 1px solid var(--border);
max-height: 360px;
overflow: auto;
max-width: 100%;
}
:root[data-theme="light"] .code-block,