Adjust overflow rules for tv intersect bug
This commit is contained in:
parent
54e7e88744
commit
fc790df047
1 changed files with 8 additions and 8 deletions
|
@ -507,6 +507,14 @@
|
||||||
.itemName {
|
.itemName {
|
||||||
margin: 0.5em 0;
|
margin: 0.5em 0;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
white-space: nowrap;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
overflow: hidden;
|
||||||
|
|
||||||
|
.layout-mobile & {
|
||||||
|
white-space: normal;
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.itemName.originalTitle {
|
.itemName.originalTitle {
|
||||||
|
@ -626,7 +634,6 @@
|
||||||
|
|
||||||
.layout-mobile & {
|
.layout-mobile & {
|
||||||
padding-left: 37.5%;
|
padding-left: 37.5%;
|
||||||
overflow: visible;
|
|
||||||
|
|
||||||
@media all and (max-width: 32em) {
|
@media all and (max-width: 32em) {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@ -635,16 +642,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.infoText {
|
.infoText {
|
||||||
white-space: nowrap;
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
text-align: left;
|
text-align: left;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
overflow: hidden;
|
|
||||||
|
|
||||||
.layout-mobile & {
|
|
||||||
white-space: normal;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.detailPageSecondaryContainer {
|
.detailPageSecondaryContainer {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue