From 59471edf895f9626505b915a2abf8e2402a3e165 Mon Sep 17 00:00:00 2001 From: Sergey Andrievskiy Date: Thu, 20 Jun 2019 17:59:51 +0300 Subject: [PATCH] fix(orders): prevent chart overflow --- .../charts-panel/charts/charts-common.component.scss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/app/pages/e-commerce/charts-panel/charts/charts-common.component.scss b/src/app/pages/e-commerce/charts-panel/charts/charts-common.component.scss index bea72d8f..744a2377 100644 --- a/src/app/pages/e-commerce/charts-panel/charts/charts-common.component.scss +++ b/src/app/pages/e-commerce/charts-panel/charts/charts-common.component.scss @@ -1,9 +1,7 @@ @import '../../../../@theme/styles/themes'; @include nb-install-component() { - display: block; - height: 100%; - width: 100%; + flex: 1; .echart { display: block;