Commit 26d608cb authored by Phil Hughes's avatar Phil Hughes

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
parents 1ee904f2 78f0a587
......@@ -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;
......
---
title: Reduce height of issue board input to align with buttons
merge_request:
author:
type: other
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment