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;
|
font-size: $--tooltip-font-size;
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
min-width: 10px;
|
min-width: 10px;
|
||||||
|
word-wrap: break-word;
|
||||||
|
|
||||||
.popper__arrow,
|
.popper__arrow,
|
||||||
.popper__arrow::after {
|
.popper__arrow::after {
|
||||||
|
|
Loading…
Reference in New Issue