tooltips: Fix line height for non-English characters.

Some non-English characters overflow when the line height is reduced
for the tooltip text. This commit increases the line height of the
tooltips to accommodate these non-English characters and fixes the
hotkey hint margins for the same.
This commit is contained in:
sayamsamal 2022-10-13 13:57:03 +05:30 committed by Tim Abbott
parent c15c2157f7
commit e9d53b6bb4
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
align-items: center;
padding: 5px 10px;
font-size: 14px;
line-height: 15px;
line-height: 20px;
color: hsla(0, 0%, 100%, 1);
}
@ -70,7 +70,7 @@
box-sizing: inherit;
display: flex;
align-self: flex-start;
margin: -2px -7px -2px 10px;
margin: 0 -5px 0 10px;
gap: 4px;
}