summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2019-05-23 12:35:47 +0000
committerPhil Hughes <me@iamphill.com>2019-05-23 12:35:47 +0000
commit26d608cb60d1fbc724cfbf9d559188be39cd11e5 (patch)
tree97d599a8ecfa5a6b7971ba7b7589a72e897af5d6
parent1ee904f201047bf3584dd0b205a12fccdc2e83c5 (diff)
parent78f0a587be1d6cba1804b1fe6686f843193adf3e (diff)
downloadgitlab-ce-26d608cb60d1fbc724cfbf9d559188be39cd11e5.tar.gz
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
-rw-r--r--app/assets/stylesheets/framework/filters.scss2
-rw-r--r--changelogs/unreleased/49041-issue-board-input-height.yml5
2 files changed, 6 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/filters.scss b/app/assets/stylesheets/framework/filters.scss
index 5bcfd5d1322..26cbb7f5c13 100644
--- a/app/assets/stylesheets/framework/filters.scss
+++ b/app/assets/stylesheets/framework/filters.scss
@@ -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;
diff --git a/changelogs/unreleased/49041-issue-board-input-height.yml b/changelogs/unreleased/49041-issue-board-input-height.yml
new file mode 100644
index 00000000000..de3fbb2ee11
--- /dev/null
+++ b/changelogs/unreleased/49041-issue-board-input-height.yml
@@ -0,0 +1,5 @@
+---
+title: Reduce height of issue board input to align with buttons
+merge_request:
+author:
+type: other