diff --git a/src/app/desktop/components/Instances/index.js b/src/app/desktop/components/Instances/index.js index 7aebe0e91..e1503d14d 100644 --- a/src/app/desktop/components/Instances/index.js +++ b/src/app/desktop/components/Instances/index.js @@ -8,6 +8,7 @@ const Container = styled.div` display: flex; flex-wrap: wrap; width: 100%; + justify-content: center; margin-bottom: 2rem; `; diff --git a/src/app/desktop/utils/withScroll.js b/src/app/desktop/utils/withScroll.js index 5ee52e61a..80b57f4aa 100644 --- a/src/app/desktop/utils/withScroll.js +++ b/src/app/desktop/utils/withScroll.js @@ -17,11 +17,7 @@ const withScroll = Component => { justify-content: center; `} > -
+
{/* eslint-disable-next-line react/jsx-props-no-spreading */}