From b41eb3ff03a0b3c100fb806db2e6790b53bcd1f8 Mon Sep 17 00:00:00 2001 From: arohilaGL <112551534+arohilaGL@users.noreply.github.com> Date: Fri, 25 Nov 2022 18:52:49 +0530 Subject: [PATCH] [ACS-3731]a11y zoom issues resolution (#7978) * [ACS-3731]Content overlaps other at 320px or 200% zoom * ACS-3731 Word wrapping changes to All libraries description column data cell in ADW * linting issue --- .../src/lib/version-manager/version-list.component.scss | 5 +++++ .../datatable/components/datatable/datatable.component.scss | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lib/content-services/src/lib/version-manager/version-list.component.scss b/lib/content-services/src/lib/version-manager/version-list.component.scss index 17ed80086e..3394097128 100644 --- a/lib/content-services/src/lib/version-manager/version-list.component.scss +++ b/lib/content-services/src/lib/version-manager/version-list.component.scss @@ -14,4 +14,9 @@ &-item-comment { opacity: 0.5; } + + &-item-name, + &-item-date { + white-space: normal !important; + } } 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 c3b0c6b4e7..ae3821303b 100644 --- a/lib/core/src/lib/datatable/components/datatable/datatable.component.scss +++ b/lib/core/src/lib/datatable/components/datatable/datatable.component.scss @@ -100,7 +100,7 @@ $data-table-cell-min-width-file-size: $data-table-cell-min-width !default; text-align: left; flex: 0 1 24%; height: 136px !important; - white-space: nowrap; + white-space: normal; text-overflow: ellipsis; overflow: hidden; outline: none;