Skip to content
Snippets Groups Projects
Verified Commit bb1fad91 authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #3463111 by sanket.tale, jaydeep_patel, yujiman85, sheetal.pathak,...

Issue #3463111 by sanket.tale, jaydeep_patel, yujiman85, sheetal.pathak, rachel_norfolk, sagarmohite0031, rduterte, binssss, smustgrave: Spacing issue between Checkbox label and button

(cherry picked from commit bec7d011)
parent 76a7be52
No related branches found
No related tags found
6 merge requests!10602Issue #3438769 by vinmayiswamy, antonnavi, michelle, amateescu: Sub workspace does not clear,!10301Issue #3469309 by mstrelan, smustgrave, moshe weitzman: Use one-time login...,!10187Issue #3487488 by dakwamine: ExtensionMimeTypeGuesser::guessMimeType must support file names with "0" (zero) like foo.0.zip,!6502Draft: Resolve #2938524 "Plach testing issue",!38582585169-10.1.x,!3226Issue #2987537: Custom menu link entity type should not declare "bundle" entity key
Pipeline #319933 passed with warnings
Pipeline: drupal

#319960

    Pipeline: drupal

    #319951

      Pipeline: drupal

      #319946

        +1
        ...@@ -161,6 +161,10 @@ tr .form-item, ...@@ -161,6 +161,10 @@ tr .form-item,
        align-self: center; align-self: center;
        } }
        .form-actions > .form-wrapper {
        margin-inline: 0 var(--space-s);
        }
        /** /**
        * Password module. * Password module.
        * *
        ......
        ...@@ -140,6 +140,10 @@ tr .form-item, ...@@ -140,6 +140,10 @@ tr .form-item,
        } }
        } }
        .form-actions > .form-wrapper {
        margin-inline: 0 var(--space-s);
        }
        /** /**
        * Password module. * Password module.
        * *
        ......
        ...@@ -158,6 +158,10 @@ tr .form-item, ...@@ -158,6 +158,10 @@ tr .form-item,
        margin-block: var(--sp0-5); margin-block: var(--sp0-5);
        } }
        .form-actions > .form-wrapper {
        margin-inline-end: var(--sp1);
        }
        .form-actions .ajax-progress--throbber { .form-actions .ajax-progress--throbber {
        align-self: center; align-self: center;
        } }
        ......
        ...@@ -139,6 +139,10 @@ tr .form-item, ...@@ -139,6 +139,10 @@ tr .form-item,
        margin-block: var(--sp0-5); margin-block: var(--sp0-5);
        } }
        .form-actions > .form-wrapper {
        margin-inline-end: var(--sp1);
        }
        .form-actions .ajax-progress--throbber { .form-actions .ajax-progress--throbber {
        align-self: center; align-self: center;
        } }
        ......
        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