summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-04-11 09:52:12 +0100
committerPhil Hughes <me@iamphill.com>2016-04-11 09:52:12 +0100
commita4fff0e03368bf57081ae80d727bfc38ab165cd5 (patch)
tree7356e9ed585d507a5b0f57f51b80965142a36c34
parent643fe43d78044d200c863f34d05c210c3e45b5ce (diff)
downloadgitlab-ce-a4fff0e03368bf57081ae80d727bfc38ab165cd5.tar.gz
Fixed dropdown title overlap
-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 82dc1acbd01..ba6c7930cdc 100644
--- a/app/assets/stylesheets/framework/dropdowns.scss
+++ b/app/assets/stylesheets/framework/dropdowns.scss
@@ -248,7 +248,7 @@
.dropdown-title {
position: relative;
- padding: 0 0 15px;
+ padding: 0 25px 15px;
margin: 0 10px 10px;
font-weight: 600;
line-height: 1;
@@ -275,7 +275,7 @@
}
.dropdown-menu-close {
- right: 7px;
+ right: 5px;
width: 20px;
height: 20px;
top: -1px;