Skip to content

Commit 2e5c10b

Browse files
committed
Fix margin for challenge
The button below already has sufficient padding, we just need to get a gap to the username input.
1 parent cd76276 commit 2e5c10b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

client/blocks/signup-form/style.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@
107107
}
108108

109109
// The challenge container renders even without a visible challenge; scope
110-
// the spacing to `.has-visible-challenge` to avoid a permanent gap.
110+
// spacing to `.has-visible-challenge` to avoid a permanent gap.
111111
.login__form-blackbox-challenge.has-visible-challenge {
112-
margin-block-end: 8px;
112+
margin-block-start: 8px;
113113
}
114114
}
115115

0 commit comments

Comments
 (0)