From b28efaae76d8196f9dd21c8eedf7dac2e49cef36 Mon Sep 17 00:00:00 2001 From: Yogesh Sirsat Date: Wed, 19 Oct 2022 16:34:09 +0530 Subject: [PATCH] tippy: Wrap overflowing content of tippy tooltips. --- static/styles/zulip.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/styles/zulip.css b/static/styles/zulip.css index 3bb5a2afbd..fa3ef610ea 100644 --- a/static/styles/zulip.css +++ b/static/styles/zulip.css @@ -84,6 +84,7 @@ pre { * for tooltips here. */ font-family: "Source Sans 3", sans-serif !important; + word-wrap: break-word; /* Affects all tippy tooltips not using any theme. */ .tippy-box:not([data-theme]) {