mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix ellipsis in dialog cards
This commit is contained in:
parent
e6526de5dd
commit
9ee05151f0
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue