Skip to content
Snippets Groups Projects
Commit add3767d authored by Annabel Dunstone's avatar Annabel Dunstone
Browse files

Position commit icons closer to branch name/tag/sha; add min-width to pipeline actions cell

parent 746d33a9
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -98,8 +98,18 @@
 
.icon-container {
display: inline-block;
text-align: center;
text-align: right;
width: 20px;
.fa {
position: relative;
right: 3px;
}
svg {
position: relative;
right: 1px;
}
}
 
.duration,
Loading
Loading
@@ -121,6 +131,7 @@
}
 
.pipeline-actions {
min-width: 140px;
 
.btn {
margin: 0;
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment