Fixing this won't be straightforward since domains__step-section-wrapper class is used in multiple cases, not only for the invalid state. Also, the reskin version should be taken into consideration.
The text was updated successfully, but these errors were encountered:
I'm not sure if this issue is related, but in the reskinned version of the same step, I noticed that there's a breakpoint where the padding on the step wrapper doesn't appear to be present, so the heading and container goes right up against the left side of the screen (I didn't have time to look closely, apologise for the drive-by report if it's unrelated!):
Steps to reproduce the behavior
Force an invalid state of the
/start/domainsstep in the Signup flow.What I expected to happen
In all states, width to be as in the default view (960px for the blue signup)
What actually happened
When the step is displayed in an invalid state, 720px width is applied to the step wrapper
Context
Fixing this won't be straightforward since
domains__step-section-wrapperclass is used in multiple cases, not only for the invalid state. Also, the reskin version should be taken into consideration.The text was updated successfully, but these errors were encountered: