Skip to content

Commit 5ed3e3d

Browse files
author
Oleg Zinoviev
committed
MAGETWO-30658: Widgets - Part4
- QA updates.
1 parent cb943cb commit 5ed3e3d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,10 @@ select:focus ~ .tooltip .tooltip-content {
9393
.fields > .field {
9494
margin: 0 0 @form-field-vertical-indent;
9595
.label {
96+
margin: 0 0 4px;
9697
padding: 0 0 5px;
9798
text-align: left;
98-
width: 100%
99+
width: 100%;
99100
}
100101
.control {
101102
width: 100%;

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,10 @@ select:focus ~ .tooltip .tooltip-content {
122122
.fields > .field {
123123
margin: 0 0 @form-field-vertical-indent;
124124
.label {
125+
margin: 0 0 4px;
125126
padding: 0 0 5px;
126127
text-align: left;
127-
width: 100%
128+
width: 100%;
128129
}
129130
.control {
130131
width: 100%;

0 commit comments

Comments
 (0)