Skip to content

Commit 3eaf20d

Browse files
committed
fix padding issue
1 parent d9ac616 commit 3eaf20d

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

src/components/payment/PaymentNotifications/PaymentNotifications.styles.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,14 +196,16 @@ export const ExpirationInfo = styled.div`
196196
export const Root = styled(BaseCard)`
197197
padding: 0;
198198
padding-top: 1.25rem;
199-
width: fit-content;
199+
min-width: fit-content;
200200
201201
.ant-space.ant-space-horizontal {
202202
width: 100%;
203203
}
204+
@media only screen and ${media.lg} {
205+
padding-left: 30%;
206+
}
204207
@media only screen and ${media.lg} {
205208
padding-left: 20%;
206-
padding-right: 20%;
207209
}
208210
`;
209211
export const TransactionWrapper = styled.div`
@@ -220,7 +222,6 @@ export const LeftSideTX = styled.div`
220222
display: flex;
221223
flex-direction: column;
222224
gap: 0.25rem;
223-
;
224225
`;
225226

226227
export const CardFooter = styled.div`

0 commit comments

Comments
 (0)