From ce617abb48923812eed5103f9080bd077950f28c Mon Sep 17 00:00:00 2001 From: Irem Toroslu Date: Sun, 6 Jun 2021 21:22:23 +0200 Subject: [PATCH] resturcting the headers regarding the #78 Co-authored-by: Mani Anand --- frontend/src/components/details/PieChartComponent.jsx | 2 +- .../src/components/details/SelectVariableComponent.jsx | 6 +++--- frontend/src/components/details/TableComponent.jsx | 2 +- frontend/src/index.css | 8 +++----- 4 files changed, 8 insertions(+), 10 deletions(-) diff --git a/frontend/src/components/details/PieChartComponent.jsx b/frontend/src/components/details/PieChartComponent.jsx index bc1f99ed..0e16db6b 100644 --- a/frontend/src/components/details/PieChartComponent.jsx +++ b/frontend/src/components/details/PieChartComponent.jsx @@ -64,7 +64,7 @@ const PieChartComponent = () => { }, responsive: [ { - breakpoint: 2400, + breakpoint: 5000, options: { chart: { height: '300px' diff --git a/frontend/src/components/details/SelectVariableComponent.jsx b/frontend/src/components/details/SelectVariableComponent.jsx index c6088232..495df647 100644 --- a/frontend/src/components/details/SelectVariableComponent.jsx +++ b/frontend/src/components/details/SelectVariableComponent.jsx @@ -48,13 +48,13 @@ class SelectVariableComponent extends Component { */ return ( -
+

Select your desire variable:

-
-
diff --git a/frontend/src/components/details/TableComponent.jsx b/frontend/src/components/details/TableComponent.jsx index 2567f394..b9c349f8 100644 --- a/frontend/src/components/details/TableComponent.jsx +++ b/frontend/src/components/details/TableComponent.jsx @@ -100,7 +100,7 @@ class TableComponent extends Component { {this.state.headers.map((item) => ( {item.value} diff --git a/frontend/src/index.css b/frontend/src/index.css index 3f1884ef..041230c6 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -277,6 +277,7 @@ body { min-width: 360; max-width: 450; min-height: 400px; + margin-top:10px; } @@ -289,12 +290,12 @@ body { cursor: 'pointer'; min-width: 300; max-width: 360; + margin-top:10px; + } .TableContainer{ - background-color: #FFFFFF; /* border:0.5px solid #00b300; */ - border-color: #00b300; border-radius: 4px; cursor: 'pointer'; /* min-width: 500px; @@ -313,9 +314,6 @@ body { background-color: #FFFFFF; } - - - .Separator { border-left: '1px'; /* margin-left: 40;