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:
parent
65dbd1991f
commit
1a3b954882
1 changed files with 1 additions and 6 deletions
|
@ -267,7 +267,6 @@ button {
|
|||
|
||||
.cardFooter {
|
||||
padding: .3em .3em .5em .3em;
|
||||
height: 3.5em;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
@ -298,6 +297,7 @@ button {
|
|||
|
||||
.cardText {
|
||||
padding: .06em .5em;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
text-align: left;
|
||||
|
@ -309,11 +309,6 @@ button {
|
|||
|
||||
.cardText-first {
|
||||
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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue