Reduce height of issue board input to align with buttons

This commit is contained in:
Annabel Dunstone Gray 2019-05-22 11:02:27 -05:00
parent 90bb8a21b8
commit 78f0a587be
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