mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #276 from thornbill/fix-text-overflow
Fix text overflow not displaying ellipsis in cards
This commit is contained in:
commit
8b5004dda4
1 changed files with 6 additions and 0 deletions
|
@ -315,6 +315,12 @@ button {
|
|||
padding-top: .24em;
|
||||
}
|
||||
|
||||
.cardText > .textActionButton {
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.innerCardFooter > .cardText {
|
||||
padding: .3em .5em;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue