[ACA-2140] move search-results styles to component

This commit is contained in:
suzana_dirla
2019-08-20 16:47:32 +03:00
parent eadaa3035d
commit 3423ba298d
2 changed files with 11 additions and 11 deletions
@@ -58,4 +58,15 @@
height: unset;
}
}
.adf-datatable .adf-datatable-cell {
padding-top: 9px;
padding-bottom: 9px;
min-height: auto;
.adf-datatable-cell-value {
display: inline-block;
padding-left: 0;
}
}
}
@@ -26,17 +26,6 @@
}
}
.adf-search-results .adf-datatable .adf-datatable-cell {
padding-top: 9px;
padding-bottom: 9px;
min-height: auto;
.adf-datatable-cell-value {
display: inline-block;
padding-left: 0;
}
}
.adf-content-node-selector-content-list .adf-datatable-list {
.adf-datatable-cell {
flex: 0 1 auto;