Adjust overflow rules for tv intersect bug

This commit is contained in:
Bill Thornton 2021-08-29 00:32:35 -04:00
parent 54e7e88744
commit fc790df047

View file

@ -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 {