From cc4bfa90fe27fc458a8ba505064c23f3df115764 Mon Sep 17 00:00:00 2001 From: Deyan Kamburov Date: Fri, 21 May 2021 20:11:56 +0300 Subject: [PATCH] fix pivot samples styles --- .../pivot-grid-flat-data-source.component.css | 10 +++------- .../pivot-grid-xmla-data-source.component.css | 9 ++------- 2 files changed, 5 insertions(+), 14 deletions(-) diff --git a/src/app/pivot-grid-flat-data-source/pivot-grid-flat-data-source.component.css b/src/app/pivot-grid-flat-data-source/pivot-grid-flat-data-source.component.css index 2e7e114..51f2aaf 100644 --- a/src/app/pivot-grid-flat-data-source/pivot-grid-flat-data-source.component.css +++ b/src/app/pivot-grid-flat-data-source/pivot-grid-flat-data-source.component.css @@ -2,12 +2,8 @@ :host /deep/ #dataSelector, #pivotGrid { float: left; } -#pivotGrid { - width: 75%; -} -#dataSelector, #pivotGrid_container { - float: left; -} -#pivotGrid_container { + +:host /deep/ #pivotGrid_container { + float: right; width: 75%; } \ No newline at end of file diff --git a/src/app/pivot-grid-xmla-data-source/pivot-grid-xmla-data-source.component.css b/src/app/pivot-grid-xmla-data-source/pivot-grid-xmla-data-source.component.css index 604fb8f..e6d0816 100644 --- a/src/app/pivot-grid-xmla-data-source/pivot-grid-xmla-data-source.component.css +++ b/src/app/pivot-grid-xmla-data-source/pivot-grid-xmla-data-source.component.css @@ -1,13 +1,8 @@ :host /deep/ #dataSelector, #pivotGrid { float: left; } -#pivotGrid { - width: 75%; -} -#dataSelector, #pivotGrid_container { - float: left; -} -#pivotGrid_container { +:host /deep/ #pivotGrid_container { + float: right; width: 70%; } \ No newline at end of file