From cd2f323002b629c4fa0dced657b3f94962063ef7 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Mon, 13 Jul 2020 23:18:33 +0100 Subject: [PATCH] re-add text-align center Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- res/css/views/elements/_Tooltip.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/res/css/views/elements/_Tooltip.scss b/res/css/views/elements/_Tooltip.scss index f87498ca1e..efaaf83545 100644 --- a/res/css/views/elements/_Tooltip.scss +++ b/res/css/views/elements/_Tooltip.scss @@ -83,6 +83,7 @@ limitations under the License. background-color: $inverted-bg-color; color: $accent-fg-color; border: 0; + text-align: center; .mx_Tooltip_chevron { display: none;