File tree Expand file tree Collapse file tree
src/pages/Connect/Flow/DataRequests/components Expand file tree Collapse file tree Original file line number Diff line number Diff 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
6871const 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
7480const InnerButton = styled . div `
Original file line number Diff line number Diff 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
8184const 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
8793const InnerButton = styled . div `
You can’t perform that action at this time.
0 commit comments