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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
50d66b63
Commit
50d66b63
authored
Feb 08, 2017
by
Fatih Acet
Committed by
Regis
Feb 14, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merge branch 'mr-widget-pipelines' into 'master'
Reduce padding of mr widget mini graph See merge request !9071
parent
05e46a2f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
app/assets/stylesheets/pages/merge_requests.scss
app/assets/stylesheets/pages/merge_requests.scss
+6
-0
No files found.
app/assets/stylesheets/pages/merge_requests.scss
View file @
50d66b63
...
@@ -125,6 +125,12 @@
...
@@ -125,6 +125,12 @@
line-height
:
16px
;
line-height
:
16px
;
}
}
@media
(
min-width
:
$screen-sm-min
)
{
.stage-cell
{
padding
:
0
4px
;
}
}
@media
(
max-width
:
$screen-xs-max
)
{
@media
(
max-width
:
$screen-xs-max
)
{
order
:
1
;
order
:
1
;
margin-top
:
$gl-padding-top
;
margin-top
:
$gl-padding-top
;
...
...
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