mirror of https://github.com/ElemeFE/element
Tooltip: fix word wrap for long words (#13257)
parent
933109fd5b
commit
f33a6562ca
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue