Skip to content

Commit

Permalink
Fixing style
Browse files Browse the repository at this point in the history
  • Loading branch information
VitoAlbano committed Jul 3, 2024
1 parent 1bdf1ca commit 687b497
Showing 1 changed file with 14 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -214,25 +214,24 @@ h2.adf-search-results-label {
.adf-datatable-list .adf-datatable-body .adf-datatable-row {
min-height: 65px;

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
padding-top: 15px;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
padding-top: 15px;
}

.adf-name-location-cell-name {
padding: 5px 10px 2px;
}
.adf-name-location-cell-name {
padding: 5px 10px 2px;
}

&.adf-content-selector-modified-cell {
display: none;
}
&.adf-content-selector-modified-cell {
display: none;
}

&.adf-content-selector-modifier-cell {
display: none;
}
&.adf-content-selector-modifier-cell {
display: none;
}

&.adf-content-selector-visibility-cell {
display: none;
}
&.adf-content-selector-visibility-cell {
display: none;
}
}
}
Expand Down

0 comments on commit 687b497

Please sign in to comment.