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([
sprinkles({
display: 'flex',
position: 'fixed',
flexWrap: 'wrap',
height: 'full',
width: { sm: 'full', md: 'min' },
left: { sm: '0', md: '1/2' },
......
......@@ -201,7 +201,6 @@ const TxCompleteModal = () => {
>
<Box className={styles.mixedRefundModal} onClick={stopPropagation}>
<Box
height="full"
display="inline-flex"
flexWrap="wrap"
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