Skip to content

[6.x] Prevent horizontal overflow on create form pages#13866

Open
duncanmcclean wants to merge 3 commits into6.xfrom
create-form-overflow
Open

[6.x] Prevent horizontal overflow on create form pages#13866
duncanmcclean wants to merge 3 commits into6.xfrom
create-form-overflow

Conversation

@duncanmcclean
Copy link
Member

This pull request attempts to prevent the horizontal overflow currently seen on Create Form pages.

Copy link
Member

@jasonvarga jasonvarga left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is just masking the issue. There's gotta be something pushing it wider.

@jasonvarga
Copy link
Member

It's this:

width: 100vw;

@duncanmcclean
Copy link
Member Author

Oh good catch. It doesn't seem like we need that width so I've just removed it.

@jasonvarga
Copy link
Member

I meant that's what's causing the overflow. Removing it fixes the overflow but removes the horizontal line that was being intentionally added.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants