mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-14 17:22:56 -07:00
Fix clipping on long titles
This commit is contained in:
parent
dd7390d111
commit
dfbf435c77
1 changed files with 9 additions and 2 deletions
|
@ -1378,9 +1378,16 @@ a .season-episodes-card-overlay:hover {
|
|||
width: 100%;
|
||||
padding: 0 0 0 20px;
|
||||
}
|
||||
.home-platforms-instance-name h4 {
|
||||
margin: 10px 0 20px 0;
|
||||
}
|
||||
.home-platforms-instance-name h5 {
|
||||
font-size: 16px;
|
||||
margin: 20px 0 2px 0;
|
||||
font-size: 14px;
|
||||
line-height: 16px;
|
||||
margin: 15px 0 2px 0;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.home-platforms-instance-playcount {
|
||||
float: left;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue