[ACS-4270] Content overlaps other content at 400% zoom width equivalent issue fixed (#8264)

This commit is contained in:
Jatin Chugh
2023-02-24 02:49:12 +05:30
committed by GitHub
parent 2f3c9f1658
commit 713320b01d

View File

@@ -793,3 +793,9 @@ $data-table-cell-min-width-file-size: $data-table-cell-min-width !default;
}
}
}
@media screen and (max-width: 380px) {
.adf-datatable-header {
max-height: 50%;
}
}