Skip to content

Commit 7004be0

Browse files
author
Brian Vaughn
committed
Margin fixes
1 parent 531a595 commit 7004be0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/react-error-overlay/src/styles.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ const headerStyle = {
7777
'font-family': 'sans-serif',
7878
color: red,
7979
'white-space': 'pre-wrap',
80-
margin: '0.75rem 2rem 0 0', // Prevent overlap with close button
80+
margin: '0.25rem 2rem 0 0', // Prevent overlap with close button
8181
flex: '0 0 auto',
8282
};
8383

@@ -171,7 +171,6 @@ const footerStyle = {
171171
'font-family': 'sans-serif',
172172
color: darkGray,
173173
'margin-top': '0.5rem',
174-
'margin-bottom': '1rem',
175174
flex: '0 0 auto',
176175
};
177176

0 commit comments

Comments
 (0)