summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-05-23 10:51:48 +0200
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-05-23 10:51:48 +0200
commit4bd59d958ea04cc7aa55499cd8b63116d5fff1fd (patch)
tree8915c48ade3c58f14f5ee73dab28230998607cb2
parent4c8d478eefc4b50ffc26f0d1ce159470ae9f0105 (diff)
downloadgitlab-ce-fix/gb/qa/fix-overlapping-element-in-qa-tests.tar.gz
Fix overlapping elements in QA testsfix/gb/qa/fix-overlapping-element-in-qa-tests
-rw-r--r--app/assets/stylesheets/framework/header.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/header.scss b/app/assets/stylesheets/framework/header.scss
index ce8b27a1951..75f28e0683d 100644
--- a/app/assets/stylesheets/framework/header.scss
+++ b/app/assets/stylesheets/framework/header.scss
@@ -163,6 +163,10 @@ header {
min-height: $header-height;
padding-left: 30px;
+ > * {
+ float: left;
+ }
+
.dropdown-menu {
margin-top: -5px;
}