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>2018-05-09 20:51:01 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-05-09 20:51:01 +0300
commit6b64174dad95a75c2f9f277d3cb4bdb5e385a142 (patch)
tree0e39c6adfedce2e71b1650bdee6e3dc8ae2f1456 /app/assets/stylesheets/pages
parentdc40e2a9198194bf0bb10fdb64fa74cf2268cbd9 (diff)
Fix contributors page layout
Diffstat (limited to 'app/assets/stylesheets/pages')
-rw-r--r--app/assets/stylesheets/pages/stat_graph.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/stat_graph.scss b/app/assets/stylesheets/pages/stat_graph.scss
index 2b52331da51..3f6f5f06075 100644
--- a/app/assets/stylesheets/pages/stat_graph.scss
+++ b/app/assets/stylesheets/pages/stat_graph.scss
@@ -15,6 +15,7 @@
#contributors-master {
@include media-breakpoint-up(md) {
+ @include make-col-ready();
@include make-col(12);
}
@@ -36,6 +37,7 @@
.person {
@include media-breakpoint-up(md) {
+ @include make-col-ready();
@include make-col(6);
}