Fix IPv6 overflow on current activity cards

This commit is contained in:
JonnyWong16 2017-12-31 17:12:49 -08:00
commit 5a14c229a1
2 changed files with 11 additions and 2 deletions

View file

@ -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;