Fix display of IPv6 addresses in activity panes
* Fix wrong width of ip-address field, causing it to be displayed as "…", when exceeding 125px * Add tooltip with full IP address on hover, if the address is longer than 20 characters (maximum length that can be shown in 125px)
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user