We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9ac616 commit 3eaf20dCopy full SHA for 3eaf20d
1 file changed
src/components/payment/PaymentNotifications/PaymentNotifications.styles.ts
@@ -196,14 +196,16 @@ export const ExpirationInfo = styled.div`
196
export const Root = styled(BaseCard)`
197
padding: 0;
198
padding-top: 1.25rem;
199
- width: fit-content;
+ min-width: fit-content;
200
201
.ant-space.ant-space-horizontal {
202
width: 100%;
203
}
204
+ @media only screen and ${media.lg} {
205
+ padding-left: 30%;
206
+ }
207
@media only screen and ${media.lg} {
208
padding-left: 20%;
- padding-right: 20%;
209
210
`;
211
export const TransactionWrapper = styled.div`
@@ -220,7 +222,6 @@ export const LeftSideTX = styled.div`
220
222
display: flex;
221
223
flex-direction: column;
224
gap: 0.25rem;
- ;
225
226
227
export const CardFooter = styled.div`
0 commit comments