From 8e1d5374307db55fa8926d06d612cb0366f2463a Mon Sep 17 00:00:00 2001 From: sayamsamal Date: Mon, 12 Sep 2022 01:00:26 +0530 Subject: [PATCH] tooltips: Change tooltips arrow size to small. We scale the tippy arrows to the same size as used by the tippyjs documentation for the small arrow size example. Part of #21753 --- static/styles/tooltips.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/styles/tooltips.css b/static/styles/tooltips.css index e9e1d499af..ad814bca54 100644 --- a/static/styles/tooltips.css +++ b/static/styles/tooltips.css @@ -44,6 +44,11 @@ * The bug was only found in Firefox. */ height: 0 !important; + /* We use the same transform value used + * by tippyjs documentation for the small + * arrow size. + */ + transform: scale(0.75); } /* If the text in the tooltips stretches to multiple lines, * we want the lines to be left-indented and not right-indented