Merge branch '49041-issue-board-input-height' into 'master'

Reduce height of issue board input to align with buttons

Closes #49041

See merge request gitlab-org/gitlab-ce!28604
This commit is contained in:
Phil Hughes 2019-05-23 12:35:47 +00:00
commit 26d608cb60
2 changed files with 6 additions and 1 deletions

View file

@ -218,7 +218,7 @@
min-width: 200px;
padding-right: 25px;
padding-left: 0;
height: $input-height;
height: $input-height - 2;
line-height: inherit;
border-color: transparent;

View file

@ -0,0 +1,5 @@
---
title: Reduce height of issue board input to align with buttons
merge_request:
author:
type: other