summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework
diff options
context:
space:
mode:
authorHeinrich Lee Yu <heinrich@gitlab.com>2019-05-21 10:50:59 +0800
committerHeinrich Lee Yu <heinrich@gitlab.com>2019-05-27 12:33:47 +0800
commit3141b800b74576d5b5dfc84a96353fea47ae974b (patch)
tree4c05719b059496e1d0ecbac1d595e5c85a2d1fd8 /app/assets/stylesheets/framework
parente59c3f8e3ad2e9b6a3431fa94d629eb6d5043972 (diff)
downloadgitlab-ce-3141b800b74576d5b5dfc84a96353fea47ae974b.tar.gz
Also fixes flaky spec
Diffstat (limited to 'app/assets/stylesheets/framework')
-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 {