summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-05-09 10:51:01 -0700
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-05-09 10:51:01 -0700
commit6b64174dad95a75c2f9f277d3cb4bdb5e385a142 (patch)
tree0e39c6adfedce2e71b1650bdee6e3dc8ae2f1456
parentdc40e2a9198194bf0bb10fdb64fa74cf2268cbd9 (diff)
downloadgitlab-ce-6b64174dad95a75c2f9f277d3cb4bdb5e385a142.tar.gz
Fix contributors page layout
-rw-r--r--app/assets/stylesheets/pages/stat_graph.scss2
-rw-r--r--app/views/projects/graphs/show.html.haml2
2 files changed, 3 insertions, 1 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);
}
diff --git a/app/views/projects/graphs/show.html.haml b/app/views/projects/graphs/show.html.haml
index c81ee6874e3..f1b14d4c4d1 100644
--- a/app/views/projects/graphs/show.html.haml
+++ b/app/views/projects/graphs/show.html.haml
@@ -24,4 +24,4 @@
.graphs.row
#contributors-master
#contributors.clearfix
- %ol.contributors-list.clearfix
+ %ol.contributors-list.row