Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix margin on example iframes #605

Merged
merged 1 commit into from
Mar 14, 2018
Merged

Fix margin on example iframes #605

merged 1 commit into from
Mar 14, 2018

Conversation

dashouse
Copy link

This fixes the bug introduced by #603

iframe container previously had an inline style of body { margin: 15px } which was removed as it was applying a 15px margin to the <body> of all layouts.

This caused a bug where the contents flowed outside of their iframe so the inline margin declaration has been put back in using the specific class name of the container.

Copy link

@kr8n3r kr8n3r left a comment

Choose a reason for hiding this comment

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

thanks Dave

@dashouse dashouse merged commit e583c8b into master Mar 14, 2018
@dashouse dashouse deleted the fix-example-overflow branch March 14, 2018 12:04
@dashouse
Copy link
Author

merged

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.

3 participants