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

Merge pull request #484 from thornbill/revert-line-wrapping

Revert "Allow card text to continue through line breaks"
This commit is contained in:
Joshua M. Boniface 2019-09-29 11:39:59 -04:00 committed by GitHub
commit 0a6e8feb40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 {