mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix for overlay text wrapping
This commit is contained in:
parent
7b0bd883f6
commit
7f06844164
1 changed files with 6 additions and 0 deletions
|
@ -28,6 +28,12 @@
|
|||
padding: 11px 12px 10px;
|
||||
}
|
||||
|
||||
.posterItemOverlayInner p {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.posterItemImage {
|
||||
background-size: contain;
|
||||
background-repeat: no-repeat;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue