Explorar el Código

Tooltip: add min-width (#11335)

杨奕 hace 7 años
padre
commit
c128914a0f
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      packages/theme-chalk/src/tooltip.scss

+ 1 - 0
packages/theme-chalk/src/tooltip.scss

@@ -12,6 +12,7 @@
     z-index: $--index-popper;
     font-size: $--tooltip-font-size;
     line-height: 1.2;
+    min-width: 10px;
 
     .popper__arrow,
     .popper__arrow::after {