mirror of https://github.com/ElemeFE/element
Tooltip: add min-width (#11335)
parent
8ac9467003
commit
c128914a0f
|
@ -12,6 +12,7 @@
|
||||||
z-index: $--index-popper;
|
z-index: $--index-popper;
|
||||||
font-size: $--tooltip-font-size;
|
font-size: $--tooltip-font-size;
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
|
min-width: 10px;
|
||||||
|
|
||||||
.popper__arrow,
|
.popper__arrow,
|
||||||
.popper__arrow::after {
|
.popper__arrow::after {
|
||||||
|
|
Loading…
Reference in New Issue