diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-02-18 06:09:06 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-02-18 06:09:06 +0000 |
commit | cefe554b7ce2d0b52f9de855be832a47c2bc24ab (patch) | |
tree | 74c1ad2f688afd2f806aaf94e73e0bcd128cea00 /app/assets/stylesheets/pages/projects.scss | |
parent | 5ee120f46740efac7b8a460d7a92e4da82f4fb0b (diff) | |
download | gitlab-ce-cefe554b7ce2d0b52f9de855be832a47c2bc24ab.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/stylesheets/pages/projects.scss')
-rw-r--r-- | app/assets/stylesheets/pages/projects.scss | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/app/assets/stylesheets/pages/projects.scss b/app/assets/stylesheets/pages/projects.scss index 8b2c67378d9..f8832047d49 100644 --- a/app/assets/stylesheets/pages/projects.scss +++ b/app/assets/stylesheets/pages/projects.scss @@ -1006,14 +1006,6 @@ pre.light-well { } } - &:not(.with-pipeline-status) { - .icon-wrapper:first-of-type { - @include media-breakpoint-up(lg) { - margin-left: $gl-padding-32; - } - } - } - .ci-status-link { display: inline-flex; } |