Skip to content

Commit 21ef1dd

Browse files
author
Oleksandr Dubovyk
committed
MC-18763: Checkboxes inside widgets are not fully clickable in admin
- fixed
1 parent 6ccd942 commit 21ef1dd

File tree

1 file changed

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

1 file changed

+12
-0
lines changed

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

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

0 commit comments

Comments
 (0)