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
This commit is contained in:
sayamsamal 2022-09-12 01:00:26 +05:30 committed by Tim Abbott
parent 7d5d151b99
commit 8e1d537430
1 changed files with 5 additions and 0 deletions

View File

@ -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