diff --git a/src/assets/css/components/views/entityExplorer/entity-detail.scss b/src/assets/css/components/views/entityExplorer/entity-detail.scss index 17170abc..b86633a3 100644 --- a/src/assets/css/components/views/entityExplorer/entity-detail.scss +++ b/src/assets/css/components/views/entityExplorer/entity-detail.scss @@ -36,6 +36,20 @@ display: flex; flex-direction: row; + .cn-panel2 .chart-list { + .vue-grid-layout .vue-grid-item { + .panel-chart-group.panel-chart { + .panel-chart { + border: none; + box-shadow: none; + .chart-header { + border: none; + } + } + } + } + } + .entity-detail__menu { flex: 0 0 240px; display: flex; @@ -85,19 +99,6 @@ height: calc(100% - 47px) !important; } } - .chart-list { - .vue-grid-layout .vue-grid-item { - .panel-chart-group.panel-chart { - .panel-chart { - border: none; - box-shadow: none; - .chart-header { - border: none; - } - } - } - } - } } } }