Commit 71d65467 authored by Annabel Dunstone's avatar Annabel Dunstone

Fix alignment of icon on commits page

parent e5840a4d
...@@ -68,22 +68,11 @@ ...@@ -68,22 +68,11 @@
} }
.ci-status-link { .ci-status-link {
margin-left: 2px;
svg { svg {
vertical-align: middle; position: relative;
} top: 2px;
margin: 0 2px 0 3px;
.ci-status-label {
display: inline-block;
}
&:hover {
text-decoration: none;
.ci-status-label {
text-decoration: underline;
}
} }
} }
} }
......
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