Skip to content

Commit

Permalink
Make instances list full width (#1285)
Browse files Browse the repository at this point in the history
Co-authored-by: Davide Ceschia <[email protected]>
  • Loading branch information
wcomartin and blarfoon authored Jul 4, 2022
1 parent 56552c1 commit 06fd8d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions src/app/desktop/components/Instances/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const Container = styled.div`
display: flex;
flex-wrap: wrap;
width: 100%;
justify-content: center;
margin-bottom: 2rem;
`;

Expand Down
6 changes: 1 addition & 5 deletions src/app/desktop/utils/withScroll.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,7 @@ const withScroll = Component => {
justify-content: center;
`}
>
<div
css={`
width: 1000px;
`}
>
<div>
{/* eslint-disable-next-line react/jsx-props-no-spreading */}
<Component {...props} />
</div>
Expand Down

0 comments on commit 06fd8d2

Please sign in to comment.