Commit fda28d9b authored by Charles Bachmeier's avatar Charles Bachmeier Committed by GitHub

fix: Mixed success modal wrapping (#5967)

fix mixed success wrapping
Co-authored-by: default avatarCharles Bachmeier <charlie@genie.xyz>
parent bc92af6c
...@@ -5,7 +5,6 @@ export const modalContainer = style([ ...@@ -5,7 +5,6 @@ export const modalContainer = style([
sprinkles({ sprinkles({
display: 'flex', display: 'flex',
position: 'fixed', position: 'fixed',
flexWrap: 'wrap',
height: 'full', height: 'full',
width: { sm: 'full', md: 'min' }, width: { sm: 'full', md: 'min' },
left: { sm: '0', md: '1/2' }, left: { sm: '0', md: '1/2' },
......
...@@ -201,7 +201,6 @@ const TxCompleteModal = () => { ...@@ -201,7 +201,6 @@ const TxCompleteModal = () => {
> >
<Box className={styles.mixedRefundModal} onClick={stopPropagation}> <Box className={styles.mixedRefundModal} onClick={stopPropagation}>
<Box <Box
height="full"
display="inline-flex" display="inline-flex"
flexWrap="wrap" flexWrap="wrap"
width={{ sm: 'full', md: 'half' }} width={{ sm: 'full', md: 'half' }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment