Verified Commit 587a7f90 authored by Cristina Chumillas's avatar Cristina Chumillas
Browse files

Issue #3372716 by Utkarsh_33, lauriii: Improper positioning of progress...

Issue #3372716 by Utkarsh_33, lauriii: Improper positioning of progress throbber in display modes forms
parent 95dcdb3f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@
 * have a large margin set.
 */

.js .button:not(.js-hide) + .ajax-progress--throbber {
.js .button:not(.js-hide, .button--action) + .ajax-progress--throbber {
  margin-inline-start: 0;
}

+1 −2
Original line number Diff line number Diff line
@@ -34,10 +34,9 @@
 * Remove margin from ajax throbbers following buttons because buttons already
 * have a large margin set.
 */
.js .button:not(.js-hide) + .ajax-progress--throbber {
.js .button:not(.js-hide, .button--action) + .ajax-progress--throbber {
  margin-inline-start: 0;
}

/**
 * Restore start margin for ajax throbbers inside a managed file widget.
 */