Commit 907d050d authored by George Tsiolis's avatar George Tsiolis

Fix paragraph line height for emoji

parent 07de43a7
......@@ -104,6 +104,10 @@
position: relative;
top: 3px;
}
> gl-emoji {
line-height: 1.5;
}
}
.award-menu-holder {
......
......@@ -4,4 +4,5 @@ gl-emoji {
vertical-align: middle;
font-family: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 1.5em;
line-height: 0.9;
}
---
title: Fix paragraph line height for emoji
merge_request: 20137
author: George Tsiolis
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment