allow word breaking in labels
This commit is contained in:
@@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
- Fixed logs bulk selection export.
|
- Fixed logs bulk selection export.
|
||||||
|
|
||||||
|
- Other minor UI improvements (allow word breaking in labels, etc.).
|
||||||
|
|
||||||
|
|
||||||
## v0.38.2
|
## v0.38.2
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Vendored
+2
-2
@@ -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-GZvwkYso.js"></script>
|
<script type="module" crossorigin src="./assets/index-1u9sxa_M.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-Cbzik3Gc.css">
|
<link rel="stylesheet" crossorigin href="./assets/index-ePwHvxbV.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
+1
-1
@@ -975,7 +975,7 @@ hr {
|
|||||||
min-width: 0;
|
min-width: 0;
|
||||||
min-height: 25px;
|
min-height: 25px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
word-break: normal;
|
word-break: break-word;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-size: var(--smFontSize);
|
font-size: var(--smFontSize);
|
||||||
line-height: calc(var(--smFontSize) + 2px);
|
line-height: calc(var(--smFontSize) + 2px);
|
||||||
|
|||||||
@@ -262,6 +262,9 @@
|
|||||||
.field-type-editor {
|
.field-type-editor {
|
||||||
&.record-field-view {
|
&.record-field-view {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
.record-summary & {
|
||||||
|
width: auto;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
&.record-field-input {
|
&.record-field-input {
|
||||||
/* fixed size to minimize flickering */
|
/* fixed size to minimize flickering */
|
||||||
|
|||||||
@@ -404,9 +404,6 @@ table {
|
|||||||
.col-copy {
|
.col-copy {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.label {
|
|
||||||
word-break: break-word;
|
|
||||||
}
|
|
||||||
td,
|
td,
|
||||||
th {
|
th {
|
||||||
display: block;
|
display: block;
|
||||||
|
|||||||
Reference in New Issue
Block a user