enabled text wrapping for the API rule fileds
This commit is contained in:
@@ -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
4
ui/dist/index.html
vendored
@@ -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>
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user