Fix 1px cutoff of emojis

This commit is contained in:
gfyoung 2018-08-16 20:29:14 +00:00 committed by Annabel Gray
parent 216e269ea0
commit eff99e3f0d
2 changed files with 5 additions and 3 deletions

View File

@ -141,9 +141,6 @@ 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

View File

@ -0,0 +1,5 @@
---
title: Fix 1px cutoff of emojis
merge_request: 21180
author: gfyoung
type: fixed