Explorar o código

fix: use max-height to replace height for better vertical-align (#1919)

绯一 %!s(int64=7) %!d(string=hai) anos
pai
achega
0e3c49390a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/components/Charts/Pie/index.less

+ 1 - 1
src/components/Charts/Pie/index.less

@@ -61,7 +61,7 @@
     left: 50%;
     top: 50%;
     text-align: center;
-    height: 62px;
+    max-height: 62px;
     transform: translate(-50%, -50%);
     & > h4 {
       color: @text-color-secondary;