[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
This commit is contained in:
arohilaGL
2022-11-25 18:52:49 +05:30
committed by GitHub
parent 78c2bee63e
commit b41eb3ff03
2 changed files with 6 additions and 1 deletions

View File

@@ -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;