Commit e38af20c authored by Clement Ho's avatar Clement Ho

Merge branch 'fix-paragraph-line-height-for-emoji' into 'master'

Fix paragraph line height for emoji

Closes #48003

See merge request gitlab-org/gitlab-ce!20137
parents 6be703dd 907d050d
......@@ -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