Wrap text in umb-node-preview component

This commit is contained in:
Bjarne Fyrstenborg
2017-11-20 19:18:57 +01:00
parent 8d14a3ef2c
commit 3c98d9d2e1

View File

@@ -37,6 +37,7 @@
.umb-node-preview__content {
flex: 1 1 auto;
margin-right: 25px;
overflow: hidden;
}
.umb-node-preview__name {
@@ -50,6 +51,13 @@
color: @gray-3;
}
.umb-node-preview__name,
.umb-node-preview__description {
/*text-overflow: ellipsis;
overflow: hidden;*/
word-wrap: break-word;
}
.umb-node-preview__actions {
flex: 0 0 auto;
display: flex;