mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-15 01:32:57 -07:00
Don't line break product or player on activity cards
This commit is contained in:
parent
12c9aa3d6a
commit
54ab646048
3 changed files with 17 additions and 6 deletions
|
@ -844,6 +844,18 @@ a .users-poster-face:hover {
|
|||
-webkit-flex-grow: 1;
|
||||
flex-grow: 1;
|
||||
}
|
||||
.dashboard-activity-info-item .sub-value.platform-right {
|
||||
margin-right: 55px;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.dashboard-activity-info-item .sub-value.time-right {
|
||||
margin-right: 60px;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.dashboard-activity-info-item .sub-value .ip-container {
|
||||
display: inline-flex;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue