summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2019-05-22 11:02:27 -0500
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2019-05-22 11:02:27 -0500
commit78f0a587be1d6cba1804b1fe6686f843193adf3e (patch)
tree264a583325004c39cbf9d6e0a61379521bff0984
parent90bb8a21b8333e88912eef3ac08836d7939b9a5b (diff)
downloadgitlab-ce-49041-issue-board-input-height.tar.gz
Reduce height of issue board input to align with buttons49041-issue-board-input-height
-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