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:
committed by
Michael Latouche
parent
ccf0d3f443
commit
448836ee2d
@@ -38,7 +38,6 @@
|
||||
|
||||
.umb-node-preview__content {
|
||||
flex: 1 1 auto;
|
||||
margin-right: 25px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
.umb-readonlyvalue {
|
||||
position:relative;
|
||||
.umb-readonlyvalue {
|
||||
position: relative;
|
||||
.umb-property-editor--limit-width();
|
||||
}
|
||||
|
||||
@@ -421,6 +421,7 @@
|
||||
// Limit width of specific property editors
|
||||
.umb-property-editor--limit-width {
|
||||
max-width: @propertyEditorLimitedWidth;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
// Horizontal dividers
|
||||
|
||||
Reference in New Issue
Block a user