mirror of https://github.com/zulip/zulip.git
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:
parent
7d5d151b99
commit
8e1d537430
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue