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

pull/13263/head
hetech 2018-11-01 12:11:53 +08:00 committed by GitHub
parent 933109fd5b
commit f33a6562ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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 {