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