diff --git a/less/tooltip.less b/less/tooltip.less index 6db6f1c..df18e14 100644 --- a/less/tooltip.less +++ b/less/tooltip.less @@ -10,5 +10,4 @@ .hook-tooltip() { border: @tooltip-border-width solid @tooltip-border; box-shadow: @tooltip-shadow; - word-break: break-all; }