From 713320b01d6d0509846216ca67fd2c037f939647 Mon Sep 17 00:00:00 2001 From: Jatin Chugh <105338943+jatin2008@users.noreply.github.com> Date: Fri, 24 Feb 2023 02:49:12 +0530 Subject: [PATCH] [ACS-4270] Content overlaps other content at 400% zoom width equivalent issue fixed (#8264) --- .../datatable/components/datatable/datatable.component.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/core/src/lib/datatable/components/datatable/datatable.component.scss b/lib/core/src/lib/datatable/components/datatable/datatable.component.scss index bc24387970..62634cd743 100644 --- a/lib/core/src/lib/datatable/components/datatable/datatable.component.scss +++ b/lib/core/src/lib/datatable/components/datatable/datatable.component.scss @@ -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%; + } +}