Skip to content

Commit 0831958

Browse files
committed
Fix #26992 Add new rating is active checkbox alignment issue
1 parent 9003079 commit 0831958

File tree

1 file changed

+8
-0
lines changed
  • app/design/adminhtml/Magento/backend/Magento_Review/web/css/source

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,11 @@
7777
}
7878
}
7979
}
80+
81+
.review-rating-edit {
82+
.admin__field-control.control {
83+
input[type='checkbox'] {
84+
margin: 8px 0 0 0;
85+
}
86+
}
87+
}

0 commit comments

Comments
 (0)