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 Gray <annabel.dunstone@gmail.com>2017-09-29 02:17:04 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-10-06 22:12:11 +0300
commitaf86b5dec1ac8ea7120cc5eb51320bf21eea761a (patch)
tree2573d51584fcd2a2b74435dd80a36aef92e532ce /app/assets/stylesheets/framework/blocks.scss
parent2ae20000a3c1a51a05c6048393ce2031a15ab6a8 (diff)
Fix scrolling tabs
Diffstat (limited to 'app/assets/stylesheets/framework/blocks.scss')
-rw-r--r--app/assets/stylesheets/framework/blocks.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/blocks.scss b/app/assets/stylesheets/framework/blocks.scss
index d63145771c9..dbd990f84c1 100644
--- a/app/assets/stylesheets/framework/blocks.scss
+++ b/app/assets/stylesheets/framework/blocks.scss
@@ -210,6 +210,12 @@
.nav-links {
justify-content: center;
+ width: 100%;
+ float: none;
+
+ &.scrolling-tabs {
+ float: none;
+ }
}
}