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:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-06-03 17:05:32 +0300
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-06-07 17:16:59 +0300
commite8a0cafc7d9e8ee44b37a8e282f4a679bf48cac3 (patch)
treebf1fc98a27129da303d53b5131ac85ead3944d30
parentca985283b40783e498c181ac4612ddf23c421ff4 (diff)
Fix control btn position
-rw-r--r--app/assets/stylesheets/framework/sidebar.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/sidebar.scss b/app/assets/stylesheets/framework/sidebar.scss
index 0acb010b239..ed12cc4f223 100644
--- a/app/assets/stylesheets/framework/sidebar.scss
+++ b/app/assets/stylesheets/framework/sidebar.scss
@@ -250,7 +250,7 @@
}
@media (min-width: $screen-xs-min) and (max-width: $screen-md-min) {
- padding-right: 62px;
+ padding-right: 90px;
}
@media (min-width: $screen-md-min) {