Explorar el Código

Tooltip: fix word wrap for long words (#13257)

hetech hace 6 años
padre
commit
f33a6562ca
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

@@ -13,6 +13,7 @@
     font-size: $--tooltip-font-size;
     line-height: 1.2;
     min-width: 10px;
+    word-wrap: break-word;
 
     .popper__arrow,
     .popper__arrow::after {