[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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -14,4 +14,9 @@
&-item-comment { &-item-comment {
opacity: 0.5; opacity: 0.5;
} }
&-item-name,
&-item-date {
white-space: normal !important;
}
} }

View File

@ -100,7 +100,7 @@ $data-table-cell-min-width-file-size: $data-table-cell-min-width !default;
text-align: left; text-align: left;
flex: 0 1 24%; flex: 0 1 24%;
height: 136px !important; height: 136px !important;
white-space: nowrap; white-space: normal;
text-overflow: ellipsis; text-overflow: ellipsis;
overflow: hidden; overflow: hidden;
outline: none; outline: none;