fix: Mixed success modal wrapping (#5967)
fix mixed success wrapping Co-authored-by: Charles Bachmeier <charlie@genie.xyz>
This commit is contained in:
parent
bc92af6c15
commit
fda28d9be3
@ -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' }}
|
||||
|
Loading…
Reference in New Issue
Block a user