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 @@ ...@@ -98,8 +98,18 @@
.icon-container { .icon-container {
display: inline-block; display: inline-block;
text-align: center; text-align: right;
width: 20px; width: 20px;
.fa {
position: relative;
right: 3px;
}
svg {
position: relative;
right: 1px;
}
} }
.duration, .duration,
...@@ -121,6 +131,7 @@ ...@@ -121,6 +131,7 @@
} }
.pipeline-actions { .pipeline-actions {
min-width: 140px;
.btn { .btn {
margin: 0; 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