BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
ca1e3823
Commit
ca1e3823
authored
May 09, 2017
by
Robert Speicher
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dm-pipeline-widget-padding' into 'master'
Make pipeline widget padding consistent between MR and commit pages See merge request !11193
parents
f2b72d79
3285803a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
7 deletions
+1
-7
merge_requests.scss
app/assets/stylesheets/pages/merge_requests.scss
+0
-6
pipelines.scss
app/assets/stylesheets/pages/pipelines.scss
+1
-1
No files found.
app/assets/stylesheets/pages/merge_requests.scss
View file @
ca1e3823
...
...
@@ -131,12 +131,6 @@
line-height
:
16px
;
}
@media
(
min-width
:
$screen-sm-min
)
{
.stage-cell
{
padding
:
0
4px
;
}
}
@media
(
max-width
:
$screen-xs-max
)
{
order
:
1
;
margin-top
:
$gl-padding-top
;
...
...
app/assets/stylesheets/pages/pipelines.scss
View file @
ca1e3823
...
...
@@ -257,7 +257,7 @@
.stage-cell
{
font-size
:
0
;
padding
:
10px
4px
;
padding
:
0
4px
;
>
.stage-container
>
div
>
button
>
span
>
svg
,
>
.stage-container
>
button
>
svg
{
...
...
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