enabled text wrapping for the API rule fileds

This commit is contained in:
Gani Georgiev
2026-04-21 11:52:45 +03:00
parent 0cee0662f6
commit 223ac7a64a
5 changed files with 10 additions and 5 deletions

View File

@@ -3,11 +3,14 @@
.code-editor {
z-index: 0;
min-height: 41px;
.editor-content:empty::before {
font-family: var(--baseFontFamily);
}
.highlight-overlay {
color: var(--surfaceTxtColor);
}
.editor-content:empty::before {
font-family: var(--baseFontFamily);
.editor-content, .highlight-overlay {
white-space: pre-wrap;
}
}
.superuser-toggle,