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
diff options
context:
space:
mode:
authorHeinrich Lee Yu <heinrich@gitlab.com>2019-05-21 05:50:59 +0300
committerHeinrich Lee Yu <heinrich@gitlab.com>2019-05-27 07:33:47 +0300
commit3141b800b74576d5b5dfc84a96353fea47ae974b (patch)
tree4c05719b059496e1d0ecbac1d595e5c85a2d1fd8 /app/assets/stylesheets/framework/dropdowns.scss
parente59c3f8e3ad2e9b6a3431fa94d629eb6d5043972 (diff)
Fix dropdown position when loading remote data
Also fixes flaky spec
Diffstat (limited to 'app/assets/stylesheets/framework/dropdowns.scss')
-rw-r--r--app/assets/stylesheets/framework/dropdowns.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/dropdowns.scss b/app/assets/stylesheets/framework/dropdowns.scss
index 8fb4027bf97..cd951f67293 100644
--- a/app/assets/stylesheets/framework/dropdowns.scss
+++ b/app/assets/stylesheets/framework/dropdowns.scss
@@ -570,10 +570,10 @@
}
.dropdown-menu-close {
- right: 5px;
+ top: $gl-padding-4;
+ right: $gl-padding-8;
width: 20px;
height: 20px;
- top: -1px;
}
.dropdown-menu-close-icon {