Fixing style

This commit is contained in:
VitoAlbano
2024-07-01 21:09:57 +01:00
parent 6bfba02321
commit 5cd26504be

View File

@@ -214,25 +214,24 @@ h2.adf-search-results-label {
.adf-datatable-list .adf-datatable-body .adf-datatable-row { .adf-datatable-list .adf-datatable-body .adf-datatable-row {
min-height: 65px; min-height: 65px;
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
padding-top: 15px; padding-top: 15px;
} }
.adf-name-location-cell-name { .adf-name-location-cell-name {
padding: 5px 10px 2px; padding: 5px 10px 2px;
} }
&.adf-content-selector-modified-cell { &.adf-content-selector-modified-cell {
display: none; display: none;
} }
&.adf-content-selector-modifier-cell { &.adf-content-selector-modifier-cell {
display: none; display: none;
} }
&.adf-content-selector-visibility-cell { &.adf-content-selector-visibility-cell {
display: none; display: none;
}
} }
} }
} }