Commit f33a6562 authored by hetech's avatar hetech Committed by GitHub

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

parent 933109fd
...@@ -13,6 +13,7 @@ ...@@ -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 {
......
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