Skip to content

Commit

Permalink
chore: Remove unnecessary width
Browse files Browse the repository at this point in the history
  • Loading branch information
LizBaker committed Apr 5, 2022
1 parent 7dcc74f commit dbe7504
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/MDXContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ const defaultComponents = {
title={props.title}
style={
props.style
? { ...props.style, margin: '0 0.25rem', maxWidth: '100%' }
: { margin: '0 0.25rem', maxWidth: '100%' }
? { ...props.style, margin: '0 0.25rem' }
: { margin: '0 0.25rem' }
}
/>
) : (
Expand Down

0 comments on commit dbe7504

Please sign in to comment.