Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.m.gray@gmail.com>2018-09-11 16:02:26 +0300
committerAnnabel Dunstone Gray <annabel.m.gray@gmail.com>2018-09-11 16:02:26 +0300
commit9b0127e0cf28131aa70d2dfc74ced0602e45671f (patch)
tree466797958a0a213a969cc21ccf6b29d7cc30b97e /app
parentc56f2b96159afaf6f1e0831d0e7a756a40568cab (diff)
parent49c565c9bfe17065d8a70cdfb2be3026478ebf75 (diff)
Merge branch '49943-resolve-filter-bar-height-changes' into 'master'
Resolve "Filter bar height changes when items are added" Closes #49943 See merge request gitlab-org/gitlab-ce!21609
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/framework/filters.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/filters.scss b/app/assets/stylesheets/framework/filters.scss
index a52e6c4f6a7..e9b074236cc 100644
--- a/app/assets/stylesheets/framework/filters.scss
+++ b/app/assets/stylesheets/framework/filters.scss
@@ -92,8 +92,8 @@
display: -webkit-flex;
display: flex;
flex-shrink: 0;
- margin-top: 5px;
- margin-bottom: 5px;
+ margin-top: 4px;
+ margin-bottom: 4px;
.selectable {
display: -webkit-flex;