Reduce height of issue board input to align with buttons
This commit is contained in:
parent
90bb8a21b8
commit
78f0a587be
2 changed files with 6 additions and 1 deletions
|
@ -218,7 +218,7 @@
|
||||||
min-width: 200px;
|
min-width: 200px;
|
||||||
padding-right: 25px;
|
padding-right: 25px;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
height: $input-height;
|
height: $input-height - 2;
|
||||||
line-height: inherit;
|
line-height: inherit;
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
|
|
||||||
|
|
5
changelogs/unreleased/49041-issue-board-input-height.yml
Normal file
5
changelogs/unreleased/49041-issue-board-input-height.yml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
title: Reduce height of issue board input to align with buttons
|
||||||
|
merge_request:
|
||||||
|
author:
|
||||||
|
type: other
|
Loading…
Reference in a new issue