Skip to content
Snippets Groups Projects
Verified Commit eed55ad1 authored by Mireya Andres's avatar Mireya Andres Committed by GitLab
Browse files

Merge branch 'sdejonge-alert-wrapper-spacing' into 'master'

Fix alert-wrapper margin by using original .gl-alert:first-child selector

See merge request !166854



Merged-by: default avatarMireya Andres <mandres@gitlab.com>
Approved-by: default avatarMireya Andres <mandres@gitlab.com>
Co-authored-by: default avatarsdejonge <sdejonge@gitlab.com>
parents 4577a8b2 b88dd385
No related branches found
No related tags found
2 merge requests!170053Security patch upgrade alert: Only expose to admins 17-4,!166854Fix alert-wrapper margin by using original .gl-alert:first-child selector
Pipeline #1466010532 passed with warnings
Pipeline: E2E Omnibus GitLab CE

#1466022317

    Pipeline: E2E Omnibus GitLab Nightly

    #1466014296

      Pipeline: E2E Omnibus GitLab EE

      #1466014295

        +1
        ......@@ -49,8 +49,10 @@ html {
        }
        }
        .alert-wrapper-top-space:not(:empty) {
        @apply gl-mt-3;
        .alert-wrapper-top-space {
        .gl-alert:first-child {
        @apply gl-mt-3;
        }
        }
        .alert-wrapper {
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Finish editing this message first!
        Please register or to comment