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

File diff suppressed because one or more lines are too long

4
ui/dist/index.html vendored
View File

@@ -13,9 +13,9 @@
<!-- prism -->
<script src="./libs/prism/prism.js" data-manual></script>
<script type="module" crossorigin src="./assets/index-CoBufq4Q.js"></script>
<script type="module" crossorigin src="./assets/index-BeKhjnWI.js"></script>
<link rel="modulepreload" crossorigin href="./assets/pocketbase.es-B_4DUNUU.js">
<link rel="stylesheet" crossorigin href="./assets/index-Cdd8TSHO.css">
<link rel="stylesheet" crossorigin href="./assets/index-CbOtUFMZ.css">
</head>
<body>
</body>

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,