Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jérome Perrin
gitlab-ce
Commits
6b64174d
Commit
6b64174d
authored
May 09, 2018
by
Annabel Dunstone Gray
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix contributors page layout
parent
dc40e2a9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
app/assets/stylesheets/pages/stat_graph.scss
app/assets/stylesheets/pages/stat_graph.scss
+2
-0
app/views/projects/graphs/show.html.haml
app/views/projects/graphs/show.html.haml
+1
-1
No files found.
app/assets/stylesheets/pages/stat_graph.scss
View file @
6b64174d
...
...
@@ -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
);
}
...
...
app/views/projects/graphs/show.html.haml
View file @
6b64174d
...
...
@@ -24,4 +24,4 @@
.graphs.row
#contributors-master
#contributors
.clearfix
%ol
.contributors-list.
clearfix
%ol
.contributors-list.
row
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment