Browse Source

fix: min-Width -> min-width, avoid compile warning of tooltip.scss, close #1680 (#1681)

pointhalo 2 years ago
parent
commit
d88114b41f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/semi-foundation/tooltip/tooltip.scss

+ 1 - 1
packages/semi-foundation/tooltip/tooltip.scss

@@ -79,7 +79,7 @@ $module-icon: #{$module}-icon-arrow;
     }
 
     &-content {
-        min-Width: 0
+        min-width: 0;
     }
 
     &-trigger {