From a75100ef867f351a2f2a4e3aedfdadb855a67070 Mon Sep 17 00:00:00 2001 From: xncz8h <33687608+xncz8h@users.noreply.github.com> Date: Wed, 9 Mar 2022 11:10:21 +0100 Subject: [PATCH] Margins on room header encryption tooltips are inexplicably large #21270 (#8005) --- res/css/views/elements/_Tooltip.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/css/views/elements/_Tooltip.scss b/res/css/views/elements/_Tooltip.scss index 93ee6912b4..f5621a61d5 100644 --- a/res/css/views/elements/_Tooltip.scss +++ b/res/css/views/elements/_Tooltip.scss @@ -58,7 +58,7 @@ limitations under the License. line-height: $font-14px; font-size: $font-12px; font-weight: 500; - max-width: 200px; + max-width: 300px; word-break: break-word; margin-left: 6px; margin-right: 6px;