Skip to content

Commit 9c764ad

Browse files
author
Oleksandr Dubovyk
committed
MC-19000: Checkboxes inside widgets grid are not fully clickable in admin
- failed static
1 parent 4eac32d commit 9c764ad

File tree

1 file changed

+1
-1
lines changed
  • app/design/adminhtml/Magento/backend/Magento_Banner/web/css/source

1 file changed

+1
-1
lines changed

app/design/adminhtml/Magento/backend/Magento_Banner/web/css/source/_module.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ input[type='checkbox'].banner-content-checkbox {
2929
.admin__field-control {
3030
.data-grid-actions-cell,
3131
.data-grid-checkbox-cell-inner {
32-
input[type="checkbox"] {
32+
input[type='checkbox'] {
3333
margin-top: 0;
3434
}
3535
}

0 commit comments

Comments
 (0)