diff --git a/lib/content-services/content-node-selector/content-node-selector.component.scss b/lib/content-services/content-node-selector/content-node-selector.component.scss index 2c088c521e..e4de262546 100644 --- a/lib/content-services/content-node-selector/content-node-selector.component.scss +++ b/lib/content-services/content-node-selector/content-node-selector.component.scss @@ -90,11 +90,6 @@ border-top: none; height: 30px; - .cell-container { - display: flex; - align-items: center; - } - &--image { padding-left: 16px; padding-right: 8px; diff --git a/lib/core/datatable/components/datatable/datatable.component.scss b/lib/core/datatable/components/datatable/datatable.component.scss index b06977844a..db7424270b 100644 --- a/lib/core/datatable/components/datatable/datatable.component.scss +++ b/lib/core/datatable/components/datatable/datatable.component.scss @@ -152,7 +152,7 @@ .adf-data-table-cell { text-align: left; - height: 100%; + height: 100%; &--text { text-align: left; @@ -178,6 +178,11 @@ height: 100%; } } + + .cell-container { + display: flex; + align-items: center; + } } .full-width {