[ACS-9986]: removes unneccesary styles (#11105)

This commit is contained in:
rmnvch
2025-08-20 08:00:05 +02:00
committed by GitHub
parent ca59fed287
commit cbc204519e

View File

@@ -61,8 +61,6 @@ $data-table-cell-min-width-file-size: $data-table-cell-min-width-1 !default;
border: 1px solid var(--adf-theme-foreground-text-color-007); border: 1px solid var(--adf-theme-foreground-text-color-007);
box-sizing: border-box; box-sizing: border-box;
overflow-x: auto; overflow-x: auto;
min-width: 100%;
width: fit-content;
@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) {
.adf-datatable-center-size-column-ie { .adf-datatable-center-size-column-ie {