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

@@ -2,6 +2,8 @@
- Fixed 0 total count on page back/forward navigation. - Fixed 0 total count on page back/forward navigation.
- Enabled text wrapping for the API rule fileds.
## v0.37.2 ## v0.37.2

File diff suppressed because one or more lines are too long

4
ui/dist/index.html vendored
View File

@@ -13,9 +13,9 @@
<!-- prism --> <!-- prism -->
<script src="./libs/prism/prism.js" data-manual></script> <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="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> </head>
<body> <body>
</body> </body>

View File

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