diff --git a/app/assets/stylesheets/pages/commit.scss b/app/assets/stylesheets/pages/commit.scss index fe8a8025038..53ec0002afe 100644 --- a/app/assets/stylesheets/pages/commit.scss +++ b/app/assets/stylesheets/pages/commit.scss @@ -68,22 +68,11 @@ } .ci-status-link { - margin-left: 2px; svg { - vertical-align: middle; - } - - .ci-status-label { - display: inline-block; - } - - &:hover { - text-decoration: none; - - .ci-status-label { - text-decoration: underline; - } + position: relative; + top: 2px; + margin: 0 2px 0 3px; } } }