Remove inline-block styling from status

This commit is contained in:
Annabel Dunstone Gray 2016-12-19 14:13:06 -06:00
parent 75b64debb9
commit f347d5fcad
2 changed files with 0 additions and 2 deletions

View file

@ -57,7 +57,6 @@
} }
.ci-status-link { .ci-status-link {
svg { svg {
position: relative; position: relative;
top: 2px; top: 2px;

View file

@ -1,6 +1,5 @@
.container-fluid { .container-fluid {
.ci-status { .ci-status {
display: inline-block;
padding: 2px 7px; padding: 2px 7px;
margin-right: 10px; margin-right: 10px;
border: 1px solid $gray-darker; border: 1px solid $gray-darker;