fix: Mixed success modal wrapping (#5967)

fix mixed success wrapping

Co-authored-by: Charles Bachmeier <charlie@genie.xyz>
This commit is contained in:
Charles Bachmeier 2023-02-14 14:19:45 -08:00 committed by GitHub
parent bc92af6c15
commit fda28d9be3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

@ -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' }}