mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 02:48:19 -07:00
Fix ellipsis in dialog cards
This commit is contained in:
parent
e6526de5dd
commit
9ee05151f0
@ -306,6 +306,10 @@ button::-moz-focus-inner {
|
|||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dialog .cardText {
|
||||||
|
text-overflow: initial;
|
||||||
|
}
|
||||||
|
|
||||||
.cardText-secondary {
|
.cardText-secondary {
|
||||||
font-size: 86%;
|
font-size: 86%;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user