Merge pull request #1366 from felixbuenemann/fix-ipv6-display-in-activity

Fix display of IPv6 addresses in activity panes
This commit is contained in:
JonnyWong16
2020-03-02 10:11:42 -08:00
committed by GitHub
2 changed files with 7 additions and 2 deletions

View File

@@ -973,7 +973,7 @@ a .users-poster-face:hover {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 140px;
max-width: 125px;
}
.dashboard-activity-info-time {
position: absolute;
@@ -3102,6 +3102,7 @@ div.dataTables_info {
border-left-color: #fff;
}
.tooltip-inner {
max-width: 250px;
color: #000;
background: #fff;
border: 0;