Skip to content
Snippets Groups Projects
Commit 8f7a58f6 authored by David Pisek's avatar David Pisek :three:
Browse files

Merge branch 'test-case-negative-margin' into 'master'

Update negative margin on test cases dropdown item

See merge request !123963



Merged-by: default avatarDavid Pisek <dpisek@gitlab.com>
Approved-by: default avatarDavid Pisek <dpisek@gitlab.com>
Co-authored-by: default avatarAnnabel Dunstone Gray <annabel.dunstone@gmail.com>
parents 0bfe82da 3f8c7065
No related branches found
No related tags found
1 merge request!123963Update negative margin on test cases dropdown item
Pipeline #904061765 passed with warnings
Pipeline: E2E Omnibus GitLab EE

#904203392

    Pipeline: GitLab

    #904100868

      Pipeline: E2E GDK

      #904084753

        ......@@ -462,11 +462,9 @@ export default {
        v-if="showGenerateTestFileButton"
        @click="setGenerateTestFilePath(diffFile.new_path)"
        >
        <span
        class="gl-display-flex gl-justify-content-space-between gl-align-items-center gl-mr-n3!"
        >
        <span class="gl-display-flex gl-justify-content-space-between gl-align-items-center">
        {{ __('Suggest test cases') }}
        <gl-icon name="tanuki-ai" class="gl-text-purple-600" />
        <gl-icon name="tanuki-ai" class="gl-text-purple-600 gl-mr-n3" />
        </span>
        </gl-dropdown-item>
        <gl-dropdown-item
        ......
        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