mirror of https://github.com/zulip/zulip.git
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:
parent
c15c2157f7
commit
e9d53b6bb4
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue