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:
commit
26d608cb60
2 changed files with 6 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
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