Revert "Break word for limited width content"
This reverts commit 448836ee2d.
This commit is contained in:
@@ -38,6 +38,7 @@
|
||||
|
||||
.umb-node-preview__content {
|
||||
flex: 1 1 auto;
|
||||
margin-right: 25px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
.umb-readonlyvalue {
|
||||
position: relative;
|
||||
.umb-property-editor--limit-width();
|
||||
.umb-readonlyvalue {
|
||||
position:relative;
|
||||
}
|
||||
|
||||
@@ -421,7 +421,6 @@
|
||||
// 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