fix text overflow
This commit is contained in:
parent
77fd191d99
commit
5e3b2a642d
3 changed files with 10 additions and 8 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue