Skip to content

Update padding for embed wrapper#12106

Closed
emilysaffron wants to merge 2 commits intolatestfrom
fix-embed-margin
Closed

Update padding for embed wrapper#12106
emilysaffron wants to merge 2 commits intolatestfrom
fix-embed-margin

Conversation

@emilysaffron
Copy link
Contributor

@emilysaffron emilysaffron commented Oct 28, 2024

Overall changes

Updates top and bottom padding for embed wrapper to be 8px as requested by UX

Code changes

  • A bullet point list of key code changes that have been made.

Testing

  1. Visit http://localhost:7081/mundo/live/c5w1wlz68l4t?renderer_env=test and check the padding on the embed wrappers

Helpful Links

Add Links to useful resources related to this PR if applicable.

Coding Standards

Repository use guidelines

@emilysaffron emilysaffron self-assigned this Oct 28, 2024

const Wrapper = styled.div`
margin-bottom: ${GEL_SPACING_TRPL};
margin: ${GEL_SPACING} 0;
Copy link
Contributor

Choose a reason for hiding this comment

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

This will affect embeds in Articles as well. Is that required/expected by UX?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yeah lol just realised that too ! Talking through it with UX now - can ignore this PR for now 🤦

Copy link
Contributor

Choose a reason for hiding this comment

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

No probs! Just wanted to check 😄

@eagerterrier eagerterrier marked this pull request as draft November 8, 2024 13:03
@amoore108
Copy link
Contributor

@emilysaffron Is this still required?

@emilysaffron
Copy link
Contributor Author

@emilysaffron Is this still required?

probably not! ill close it out

@eagerterrier eagerterrier deleted the fix-embed-margin branch January 23, 2026 10:44
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