jack 3 weeks ago
parent
commit
defb17b0dd
1 changed files with 4 additions and 1 deletions
  1. 4 1
      css/Desktop/Desktop.css

+ 4 - 1
css/Desktop/Desktop.css

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