@@ -780,9 +780,10 @@ body div ::-webkit-scrollbar-resizer:vertical {
.U_MD_D_KOX {
width: 51px;
- height: 15px;
+ height: 30px;
line-height: 15px;
margin-top: 3px;
+ overflow: hidden;
text-align: center;
text-overflow: ellipsis;
white-space: nowrap;
@@ -790,6 +791,8 @@ body div ::-webkit-scrollbar-resizer:vertical {
}
.U_MD_D_KOX :hover {
+ height: auto;
+ white-space: break-spaces;
overflow: visible;
z-index: 9999;