Commit c128914a authored by 杨奕's avatar 杨奕 Committed by GitHub

Tooltip: add min-width (#11335)

parent 8ac94670
...@@ -12,6 +12,7 @@ ...@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment