mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Fix IPv6 overflow on current activity cards
This commit is contained in:
parent
79581fb83e
commit
5a14c229a1
2 changed files with 11 additions and 2 deletions
|
@ -853,6 +853,15 @@ a .users-poster-face:hover {
|
|||
-webkit-flex-grow: 1;
|
||||
flex-grow: 1;
|
||||
}
|
||||
.dashboard-activity-info-item .sub-value .ip-container {
|
||||
display: inline-flex;
|
||||
}
|
||||
.dashboard-activity-info-item .sub-value .ip-address {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
max-width: 140px;
|
||||
}
|
||||
.dashboard-activity-info-time {
|
||||
position: absolute;
|
||||
top: 200px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue