Skip to content

Commit 4eac32d

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

File tree

1 file changed

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

1 file changed

+14
-0
lines changed

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,17 @@ input[type='checkbox'].banner-content-checkbox {
2222
}
2323
}
2424
}
25+
26+
.adminhtml-widget_instance-edit,
27+
.adminhtml-banner-edit {
28+
.admin__fieldset {
29+
.admin__field-control {
30+
.data-grid-actions-cell,
31+
.data-grid-checkbox-cell-inner {
32+
input[type="checkbox"] {
33+
margin-top: 0;
34+
}
35+
}
36+
}
37+
}
38+
}

0 commit comments

Comments
 (0)