diff options
author | Branka Martinovic <branka.martinovic@live.com> | 2017-09-11 15:14:53 +0000 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-09-11 15:14:53 +0000 |
commit | cab899cfcd289510e71da1785d66644229178647 (patch) | |
tree | 3914bfc65a68aa9e4e609adb147ab92b4b6929b2 /app | |
parent | 668e1f4c4cf63e1fa99ebd7d756a8d95609a2c2e (diff) | |
download | gitlab-ce-cab899cfcd289510e71da1785d66644229178647.tar.gz |
Emoji was rendered as italic
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/framework/emojis.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/emojis.scss b/app/assets/stylesheets/framework/emojis.scss index 2d6bc17d4ff..527e7d57c5c 100644 --- a/app/assets/stylesheets/framework/emojis.scss +++ b/app/assets/stylesheets/framework/emojis.scss @@ -1,4 +1,5 @@ gl-emoji { + font-style: normal; display: inline-flex; vertical-align: middle; font-family: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; |