Skip to content
GitLab
Next
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
GitLab FOSS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
GitLab.org
GitLab FOSS
Merge requests
!18345
Resolve "Retry icon is misaligned in pipelines graph actions"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Retry icon is misaligned in pipelines graph actions"
45287-align-icons
into
master
Overview
5
Commits
1
Pipelines
1
Changes
2
Merged
Filipa Lacerda
requested to merge
45287-align-icons
into
master
6 years ago
Overview
5
Commits
1
Pipelines
1
Changes
2
Expand
What does this MR do?
before
after
Are there points in the code the reviewer needs to double check?
Why was this MR needed?
Screenshots (if relevant)
Does this MR meet the acceptance criteria?
Changelog entry
added, if necessary
Documentation created/updated
API support added
Tests added for this feature/bug
Review
Has been reviewed by UX
Has been reviewed by Frontend
Has been reviewed by Backend
Has been reviewed by Database
Conform by the
merge request performance guides
Conform by the
style guides
Squashed related commits together
Internationalization required/considered
End-to-end tests pass (
package-and-qa
manual pipeline job)
What are the relevant issue numbers?
Closes
#45287 (closed)
Edited
6 years ago
by
Filipa Lacerda
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
55340c36
1 commit,
6 years ago
2 files
+
6
−
7
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
app/assets/stylesheets/pages/pipelines.scss
+
1
−
7
Options
@@ -344,7 +344,6 @@
svg
{
vertical-align
:
middle
;
margin-right
:
3px
;
}
.stage-column
{
@@ -495,17 +494,12 @@
svg
{
fill
:
$gl-text-color-secondary
;
position
:
relative
;
left
:
1px
;
top
:
-1px
;
width
:
16px
;
height
:
16px
;
}
&
.play
{
svg
{
width
:
16px
;
height
:
16px
;
left
:
3px
;
left
:
2px
;
}
}
}
Loading