Commit 474f8dab authored by Filipa Lacerda's avatar Filipa Lacerda

Merge branch...

Merge branch '59928-fix-the-following-style-lint-errors-and-warnings-for-app-assets-stylesheets-pages-stat_graph-scss' into 'master'

Resolve "Fix the following style-lint errors and warnings for `app/assets/stylesheets/pages/stat_graph.scss`"

Closes #59928

See merge request gitlab-org/gitlab-ce!27180
parents a97e039e e9707880
...@@ -436,6 +436,12 @@ img.emoji { ...@@ -436,6 +436,12 @@ img.emoji {
.h-3 { width: #{3 * $grid-size}; } .h-3 { width: #{3 * $grid-size}; }
.svg-w-100 {
svg {
width: 100%;
}
}
/** COMMON SPACING CLASSES **/ /** COMMON SPACING CLASSES **/
.gl-pl-0 { padding-left: 0; } .gl-pl-0 { padding-left: 0; }
.gl-pl-1 { padding-left: #{0.5 * $grid-size}; } .gl-pl-1 { padding-left: #{0.5 * $grid-size}; }
......
...@@ -18,10 +18,6 @@ ...@@ -18,10 +18,6 @@
@include make-col-ready(); @include make-col-ready();
@include make-col(12); @include make-col(12);
} }
svg {
width: 100%;
}
} }
#contributors { #contributors {
...@@ -31,10 +27,6 @@ ...@@ -31,10 +27,6 @@
margin: 0 0 10px; margin: 0 0 10px;
list-style: none; list-style: none;
padding: 0; padding: 0;
svg {
width: 100%;
}
} }
.person { .person {
......
...@@ -22,6 +22,6 @@ ...@@ -22,6 +22,6 @@
= s_('ContributorsPage|Commits to %{branch_name}, excluding merge commits. Limited to 6,000 commits.') % { branch_name: @ref } = s_('ContributorsPage|Commits to %{branch_name}, excluding merge commits. Limited to 6,000 commits.') % { branch_name: @ref }
%input#brush_change{ :type => "hidden" } %input#brush_change{ :type => "hidden" }
.graphs.row .graphs.row
#contributors-master #contributors-master.svg-w-100
#contributors.clearfix #contributors.clearfix
%ol.contributors-list.row %ol.contributors-list.svg-w-100.row
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment