[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:
Thomas Hunter 2022-12-13 13:13:12 +00:00 committed by GitHub
parent 17f469bef0
commit 69f0419ffd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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