Revert "Break word for limited width content"

This reverts commit 448836ee2d.
This commit is contained in:
Sebastiaan Janssen
2022-08-30 13:22:59 +02:00
parent 68cf801689
commit 07fba1eb84
3 changed files with 3 additions and 4 deletions

View File

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

View File

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

View File

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