Break word for limited width content

Add break word to avoid overflowing content / account for label values which are often used to store random data
This commit is contained in:
Matthew Care
2022-06-22 21:26:06 +02:00
committed by Michael Latouche
parent ccf0d3f443
commit 448836ee2d
3 changed files with 4 additions and 3 deletions

View File

@@ -38,7 +38,6 @@
.umb-node-preview__content {
flex: 1 1 auto;
margin-right: 25px;
overflow: hidden;
}

View File

@@ -1,3 +1,4 @@
.umb-readonlyvalue {
position:relative;
.umb-readonlyvalue {
position: relative;
.umb-property-editor--limit-width();
}

View File

@@ -421,6 +421,7 @@
// Limit width of specific property editors
.umb-property-editor--limit-width {
max-width: @propertyEditorLimitedWidth;
word-break: break-all;
}
// Horizontal dividers