Skip to content

Commit 2b9b234

Browse files
ENGCOM-3935: [Backport] Area Frontend: Fixed checkbox alignment account information page. #20457
- Merge Pull Request #20457 from suryakant-krish/magento2:2.2-develop-PR-port-19646 - Merged commits: 1. 4cdc2f0
2 parents 8fdae10 + 4cdc2f0 commit 2b9b234

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/web/css/source/lib/_forms.less

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,8 @@
300300

301301
input[type="checkbox"] {
302302
.lib-form-element-choice(@_type: input-checkbox);
303+
position: relative;
304+
top: 2px;
303305
}
304306

305307
input[type="radio"] {

0 commit comments

Comments
 (0)