From cfcf791efc646274359ab27398fabdb8ce73e18f Mon Sep 17 00:00:00 2001 From: yflory Date: Thu, 3 May 2018 15:26:46 +0200 Subject: [PATCH] Break long words in tooltips --- customize.dist/src/less2/include/tippy.less | 1 + 1 file changed, 1 insertion(+) diff --git a/customize.dist/src/less2/include/tippy.less b/customize.dist/src/less2/include/tippy.less index afec36e96..3b7b68875 100644 --- a/customize.dist/src/less2/include/tippy.less +++ b/customize.dist/src/less2/include/tippy.less @@ -7,6 +7,7 @@ box-shadow: 2px 2px 10px #000; font-weight: bold; color: #333; + word-wrap: break-word; [x-circle] { background-color: unset; }