From 2e308b336682f993c8cdef369d36c3e2f32271f1 Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Fri, 8 Dec 2023 15:34:32 +0200 Subject: [PATCH] [develop]: Remove word break from tooltip. --- less/tooltip.less | 1 - 1 file changed, 1 deletion(-) 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; }