mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
[ADF-5508] Fix half hidden checkmark icon (#8039)
* [ADF-5508] Fix half hidden checkmark in demoshell * Restricted the css scope a little more to avoid any potential breaking changes * Added missing semi-colon
This commit is contained in:
parent
17f469bef0
commit
69f0419ffd
@ -402,6 +402,10 @@ $data-table-cell-min-width-file-size: $data-table-cell-min-width !default;
|
||||
.adf-datatable-cell--image {
|
||||
max-width: $data-table-thumbnail-width;
|
||||
display: flex;
|
||||
|
||||
.adf-cell-value {
|
||||
width: unset;
|
||||
}
|
||||
}
|
||||
|
||||
.adf-datatable-row:not(:hover) .adf-datatable-hide-actions-without-hover {
|
||||
|
Loading…
x
Reference in New Issue
Block a user