From 2d8f1d033a0698a811518e34c00b44d0e08994b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Thu, 26 Aug 2021 19:54:22 +0200 Subject: [PATCH] fix: content-wrapper should not take 100% --- frontend/package.json | 1 + frontend/src/component/styles.module.scss | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 867542f5fd..6910600f1b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -28,6 +28,7 @@ "lint": "eslint src", "start": "react-scripts start", "start:heroku": "UNLEASH_API=https://unleash.herokuapp.com yarn run start", + "start:ea": "UNLEASH_API=https://unleash4.herokuapp.com yarn run start", "test": "react-scripts test", "prepare": "yarn run build" }, diff --git a/frontend/src/component/styles.module.scss b/frontend/src/component/styles.module.scss index 09b01d1684..02039cc42c 100644 --- a/frontend/src/component/styles.module.scss +++ b/frontend/src/component/styles.module.scss @@ -21,7 +21,6 @@ .contentWrapper { margin: 0 auto; flex: 1; - min-height: 100%; width: 100%; background-color: #ecebeb; background-image: url('../assets/img/texture.svg');