fix text overflow

This commit is contained in:
grafixeyehero 2019-12-22 23:51:53 +03:00
parent 77fd191d99
commit 5e3b2a642d
3 changed files with 10 additions and 8 deletions

View file

@ -459,10 +459,14 @@
.infoWrapper {
margin: 1.25em 0 0;
text-overflow: ellipsis;
flex: 1 0 0;
}
.infoText {
white-space: nowrap;
overflow: hidden;
flex: 1 0 0;
text-overflow: ellipsis;
text-align: left;
}
.layout-tv .detailPagePrimaryContainer {
@ -613,8 +617,6 @@
}
.infoWrapper {
text-overflow: initial;
white-space: normal;
flex: initial;
}
}