Skip to content

Commit a7818a5

Browse files
author
Oleg Zinoviev
committed
MAGETWO-30658: Widgets - Part4
- CR updates
1 parent 029c4fc commit a7818a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/design/frontend/Magento/blank/web/css/source/forms.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ select:focus ~ .tooltip .tooltip-content {
9494
margin: 0 0 @form-field-vertical-indent;
9595
.label {
9696
margin: 0 0 4px;
97-
padding: 0 0 5px;
97+
padding: 0 0 @indent-xs-base;
9898
text-align: left;
9999
width: 100%;
100100
}

app/design/frontend/Magento/luma/web/css/source/forms.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ select:focus ~ .tooltip .tooltip-content {
123123
margin: 0 0 @form-field-vertical-indent;
124124
.label {
125125
margin: 0 0 4px;
126-
padding: 0 0 5px;
126+
padding: 0 0 @indent-xs-base;
127127
text-align: left;
128128
width: 100%;
129129
}

0 commit comments

Comments
 (0)