Skip to content

Commit feda92e

Browse files
author
Spandana Chittimala
committed
Merge branch 'MC-19000' of https://github.com/magento-chaika/magento2ce into PR-16-08-2019
2 parents 23e35ce + 9c764ad commit feda92e

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)