Emoji and cancel button are taller than input in set user status modal

This commit is contained in:
Dhiraj Bodicherla 2019-01-05 22:00:31 -08:00
parent 52d0c0edb7
commit 118edd2d53
2 changed files with 9 additions and 0 deletions

View File

@ -596,6 +596,10 @@
.emoji-menu-toggle-button {
@include emoji-menu-toggle-button;
}
.input-group {
height: 34px;
}
}
.nav-links > li > a {

View File

@ -0,0 +1,5 @@
---
title: Emoji and cancel button are taller than input in set user status modal
merge_request: 24173
author: Dhiraj Bodicherla
type: fixed