allow word breaking in labels
This commit is contained in:
+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