From cfe8b671426316b3176aaabb8ea5794f7c81bf17 Mon Sep 17 00:00:00 2001 From: yflory Date: Thu, 3 May 2018 18:25:44 +0200 Subject: [PATCH] Fix overflowing words in tippy --- customize.dist/src/less2/include/tippy.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customize.dist/src/less2/include/tippy.less b/customize.dist/src/less2/include/tippy.less index 3b7b68875..7f38af30f 100644 --- a/customize.dist/src/less2/include/tippy.less +++ b/customize.dist/src/less2/include/tippy.less @@ -7,7 +7,7 @@ box-shadow: 2px 2px 10px #000; font-weight: bold; color: #333; - word-wrap: break-word; + overflow-wrap: break-word; [x-circle] { background-color: unset; }