1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Revert "Allow card text to continue through line breaks"

This reverts commit 2e44bc4ef8.
This commit is contained in:
Bill Thornton 2019-09-27 13:36:37 -04:00
parent 65dbd1991f
commit 1a3b954882

View file

@ -267,7 +267,6 @@ button {
.cardFooter { .cardFooter {
padding: .3em .3em .5em .3em; padding: .3em .3em .5em .3em;
height: 3.5em;
position: relative; position: relative;
} }
@ -298,6 +297,7 @@ button {
.cardText { .cardText {
padding: .06em .5em; padding: .06em .5em;
white-space: nowrap;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
text-align: left; text-align: left;
@ -309,11 +309,6 @@ button {
.cardText-first { .cardText-first {
padding-top: .24em; padding-top: .24em;
display: -webkit-box;
line-height: 16px; /* fallback */
max-height: 32px; /* fallback */
-webkit-line-clamp: 2; /* number of lines to show */
-webkit-box-orient: vertical;
} }
.cardText > .textActionButton { .cardText > .textActionButton {