Skip to content

Commit 36d0075

Browse files
authored
fix: add css fixs (#58)
1 parent 69c8473 commit 36d0075

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

src/pages/Connect/Flow/DataRequests/components/DataClaimRequest.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,18 @@ const Right = styled.div`
6363
align-items: center;
6464
width: 96px;
6565
flex-shrink: 0;
66+
@media (max-width: 768px) {
67+
padding-left: 16px;
68+
}
6669
`;
6770

6871
const StyledButton = styled(ImportButton)`
6972
height: 28px;
7073
width: 96px;
7174
font-size: 12px;
75+
@media (max-width: 656px) {
76+
margin-top: 16px;
77+
}
7278
`;
7379

7480
const InnerButton = styled.div`

src/pages/Connect/Flow/DataRequests/components/DataSourceRequest.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,18 @@ const Right = styled.div`
7676
align-items: center;
7777
width: 96px;
7878
flex-shrink: 0;
79+
@media (max-width: 768px) {
80+
padding-left: 16px;
81+
}
7982
`;
8083

8184
const StyledButton = styled(ImportButton)`
8285
height: 28px;
8386
width: 96px;
8487
font-size: 12px;
88+
@media (max-width: 656px) {
89+
margin-top: 16px;
90+
}
8591
`;
8692

8793
const InnerButton = styled.div`

0 commit comments

Comments
 (0)