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

Fix text overflow not displaying ellipsis in cards

This commit is contained in:
Bill Thornton 2019-04-25 12:21:18 -04:00
parent 0a5f08ecb0
commit ed80f5109c

View file

@ -315,6 +315,12 @@ button {
padding-top: .24em;
}
.cardText > .textActionButton {
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
}
.innerCardFooter > .cardText {
padding: .3em .5em;
}