diff --git a/JSDemos/Demos/Drawer/LeftOrRightPosition/Angular/app/app.component.css b/JSDemos/Demos/Drawer/LeftOrRightPosition/Angular/app/app.component.css index 441ff798eb4..0d0dfc718db 100644 --- a/JSDemos/Demos/Drawer/LeftOrRightPosition/Angular/app/app.component.css +++ b/JSDemos/Demos/Drawer/LeftOrRightPosition/Angular/app/app.component.css @@ -22,10 +22,6 @@ padding-top: 12px; } -::ng-deep .dx-drawer-expand.dx-drawer-right .panel-list { - float: right; -} - ::ng-deep .options { padding: 20px; background-color: rgba(191, 191, 191, 0.15); diff --git a/JSDemos/Demos/Drawer/LeftOrRightPosition/React/styles.css b/JSDemos/Demos/Drawer/LeftOrRightPosition/React/styles.css index 17f46fcf1a9..73d56cb511e 100644 --- a/JSDemos/Demos/Drawer/LeftOrRightPosition/React/styles.css +++ b/JSDemos/Demos/Drawer/LeftOrRightPosition/React/styles.css @@ -22,10 +22,6 @@ padding-top: 12px; } -.dx-drawer-expand.dx-drawer-right .panel-list { - float: right; -} - .options { padding: 20px; background-color: rgba(191, 191, 191, 0.15); diff --git a/JSDemos/Demos/Drawer/LeftOrRightPosition/ReactJs/styles.css b/JSDemos/Demos/Drawer/LeftOrRightPosition/ReactJs/styles.css index 17f46fcf1a9..73d56cb511e 100644 --- a/JSDemos/Demos/Drawer/LeftOrRightPosition/ReactJs/styles.css +++ b/JSDemos/Demos/Drawer/LeftOrRightPosition/ReactJs/styles.css @@ -22,10 +22,6 @@ padding-top: 12px; } -.dx-drawer-expand.dx-drawer-right .panel-list { - float: right; -} - .options { padding: 20px; background-color: rgba(191, 191, 191, 0.15); diff --git a/JSDemos/Demos/Drawer/LeftOrRightPosition/Vue/App.vue b/JSDemos/Demos/Drawer/LeftOrRightPosition/Vue/App.vue index 46fd46a49f6..d534a43e79c 100644 --- a/JSDemos/Demos/Drawer/LeftOrRightPosition/Vue/App.vue +++ b/JSDemos/Demos/Drawer/LeftOrRightPosition/Vue/App.vue @@ -107,10 +107,6 @@ const toolbarContent = [{ padding-top: 12px; } - .dx-drawer-expand.dx-drawer-right .panel-list { - float: right; - } - .options { padding: 20px; background-color: rgba(191, 191, 191, 0.15); diff --git a/JSDemos/Demos/Drawer/LeftOrRightPosition/jQuery/styles.css b/JSDemos/Demos/Drawer/LeftOrRightPosition/jQuery/styles.css index 17f46fcf1a9..73d56cb511e 100644 --- a/JSDemos/Demos/Drawer/LeftOrRightPosition/jQuery/styles.css +++ b/JSDemos/Demos/Drawer/LeftOrRightPosition/jQuery/styles.css @@ -22,10 +22,6 @@ padding-top: 12px; } -.dx-drawer-expand.dx-drawer-right .panel-list { - float: right; -} - .options { padding: 20px; background-color: rgba(191, 191, 191, 0.15); diff --git a/JSDemos/Demos/List/ItemTemplate/Angular/app/app.component.css b/JSDemos/Demos/List/ItemTemplate/Angular/app/app.component.css index 60583921cdb..e15a10fa172 100644 --- a/JSDemos/Demos/List/ItemTemplate/Angular/app/app.component.css +++ b/JSDemos/Demos/List/ItemTemplate/Angular/app/app.component.css @@ -1,9 +1,9 @@ +::ng-deep .demo-container { + height: 450px; +} + ::ng-deep .list-container { - min-height: 440px; - height: auto; - position: absolute; - top: 0; - bottom: 0; + height: 100%; } ::ng-deep .product { diff --git a/JSDemos/Demos/List/ItemTemplate/React/styles.css b/JSDemos/Demos/List/ItemTemplate/React/styles.css index 9a515d84d1f..09fede50ae8 100644 --- a/JSDemos/Demos/List/ItemTemplate/React/styles.css +++ b/JSDemos/Demos/List/ItemTemplate/React/styles.css @@ -1,9 +1,9 @@ +#app { + height: 450px; +} + .list-container { - min-height: 440px; - height: auto; - position: absolute; - top: 0; - bottom: 0; + height: 100%; } .product { diff --git a/JSDemos/Demos/List/ItemTemplate/ReactJs/styles.css b/JSDemos/Demos/List/ItemTemplate/ReactJs/styles.css index 9a515d84d1f..09fede50ae8 100644 --- a/JSDemos/Demos/List/ItemTemplate/ReactJs/styles.css +++ b/JSDemos/Demos/List/ItemTemplate/ReactJs/styles.css @@ -1,9 +1,9 @@ +#app { + height: 450px; +} + .list-container { - min-height: 440px; - height: auto; - position: absolute; - top: 0; - bottom: 0; + height: 100%; } .product { diff --git a/JSDemos/Demos/List/ItemTemplate/Vue/App.vue b/JSDemos/Demos/List/ItemTemplate/Vue/App.vue index 7b4c86a60be..5f867788a7d 100644 --- a/JSDemos/Demos/List/ItemTemplate/Vue/App.vue +++ b/JSDemos/Demos/List/ItemTemplate/Vue/App.vue @@ -18,11 +18,11 @@ import { products } from './data.js'; const dataSource = products; diff --git a/JSDemos/Demos/List/ItemTemplate/jQuery/styles.css b/JSDemos/Demos/List/ItemTemplate/jQuery/styles.css index 9a515d84d1f..49fb25c0009 100644 --- a/JSDemos/Demos/List/ItemTemplate/jQuery/styles.css +++ b/JSDemos/Demos/List/ItemTemplate/jQuery/styles.css @@ -1,9 +1,9 @@ +.demo-container { + height: 450px; +} + .list-container { - min-height: 440px; - height: auto; - position: absolute; - top: 0; - bottom: 0; + height: 100%; } .product { diff --git a/MVCDemos/Content/DemosStyles/Drawer/LeftOrRightPosition.css b/MVCDemos/Content/DemosStyles/Drawer/LeftOrRightPosition.css index 39f2cebe62b..fa84312cdfe 100644 --- a/MVCDemos/Content/DemosStyles/Drawer/LeftOrRightPosition.css +++ b/MVCDemos/Content/DemosStyles/Drawer/LeftOrRightPosition.css @@ -22,10 +22,6 @@ padding-top: 12px; } -.dx-drawer-expand.dx-drawer-right .panel-list { - float: right; -} - .options { padding: 20px; background-color: rgba(191, 191, 191, .15); diff --git a/MVCDemos/Content/DemosStyles/List/ItemTemplate.css b/MVCDemos/Content/DemosStyles/List/ItemTemplate.css index 609c73f05fc..4d2e2f3359c 100644 --- a/MVCDemos/Content/DemosStyles/List/ItemTemplate.css +++ b/MVCDemos/Content/DemosStyles/List/ItemTemplate.css @@ -1,9 +1,9 @@ -.list-container { - min-height: 440px; - height: auto; - position: absolute; - top: 0; - bottom: 0; +.demo-container { + height: 450px; +} + +.list-container { + height: 100%; } .product { diff --git a/NetCoreDemos/wwwroot/css/DemosStyles/Drawer/LeftOrRightPosition.css b/NetCoreDemos/wwwroot/css/DemosStyles/Drawer/LeftOrRightPosition.css index 54132ce3f8b..6f8d170f32a 100644 --- a/NetCoreDemos/wwwroot/css/DemosStyles/Drawer/LeftOrRightPosition.css +++ b/NetCoreDemos/wwwroot/css/DemosStyles/Drawer/LeftOrRightPosition.css @@ -22,10 +22,6 @@ padding-top: 12px; } -.dx-drawer-expand.dx-drawer-right .panel-list { - float: right; -} - .options { padding: 20px; background-color: rgba(191, 191, 191, .15); diff --git a/NetCoreDemos/wwwroot/css/DemosStyles/List/ItemTemplate.css b/NetCoreDemos/wwwroot/css/DemosStyles/List/ItemTemplate.css index 609c73f05fc..4d2e2f3359c 100644 --- a/NetCoreDemos/wwwroot/css/DemosStyles/List/ItemTemplate.css +++ b/NetCoreDemos/wwwroot/css/DemosStyles/List/ItemTemplate.css @@ -1,9 +1,9 @@ -.list-container { - min-height: 440px; - height: auto; - position: absolute; - top: 0; - bottom: 0; +.demo-container { + height: 450px; +} + +.list-container { + height: 100%; } .product { diff --git a/testing/etalons/List-ItemTemplate.png b/testing/etalons/List-ItemTemplate.png index f0522eb1f35..2845b612df0 100644 Binary files a/testing/etalons/List-ItemTemplate.png and b/testing/etalons/List-ItemTemplate.png differ