Skip to content
Snippets Groups Projects
Verified Commit 31afe9da 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 3f77afc8
No related branches found
No related tags found
2 merge requests!11185Issue #3477324 by andypost, alexpott: Fix usage of str_getcsv() and fgetcsv() for PHP 8.4,!9944Issue #3483353: Consider making the createCopy config action optionally fail...
Pipeline #319934 passed with warnings
Pipeline: drupal

#319961

    Pipeline: drupal

    #319950

      Pipeline: drupal

      #319945

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