Skip to content
Snippets Groups Projects
Commit f981d4fe authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray
Browse files

Merge branch 'fix_emojis_cutting_and_regressions' into 'master'

Fix Emojis cutting in the right way

Closes #47913

See merge request gitlab-org/gitlab-ce!21413
parents 380c7169 399baa19
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -3,6 +3,6 @@ gl-emoji {
display: inline-flex;
vertical-align: middle;
font-family: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size: 1.5em;
line-height: 0.9;
font-size: 1.4em;
line-height: 1em;
}
Loading
Loading
@@ -141,6 +141,9 @@ ul.notes {
}
 
.note-body {
overflow-x: auto;
overflow-y: hidden;
.note-text {
@include md-typography;
// Reset ul style types since we're nested inside a ul already
Loading
Loading
---
title: Fix Emojis cutting in the right way
merge_request:
author: Alexander Popov
type: fixed
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment