mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
[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:
parent
78c2bee63e
commit
b41eb3ff03
@ -14,4 +14,9 @@
|
||||
&-item-comment {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
&-item-name,
|
||||
&-item-date {
|
||||
white-space: normal !important;
|
||||
}
|
||||
}
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user