Commit add3767d authored by Annabel Dunstone's avatar Annabel Dunstone

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

parent 746d33a9
......@@ -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,
......@@ -121,6 +131,7 @@
}
.pipeline-actions {
min-width: 140px;
.btn {
margin: 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment