Skip to content

Commit a0d8d64

Browse files
author
Olga Lytvynenko
committed
MAGETWO-44776: Bundle product creation/edit form: Price type dropdown size is reduced so word "Dynar" is shown instead of "Dynamic"
1 parent e3593ae commit a0d8d64

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

app/code/Magento/Bundle/view/adminhtml/web/css/bundle-product.css

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,17 +49,13 @@
4949
.field-sku .control .sku {
5050
display: inline-block;
5151
width: 140px;
52-
margin-right: 15px;
52+
margin-right: 11px;
5353
}
5454

5555
.field-sku .control .sku > input[type='text'] {
5656
width: 100%;
5757
}
5858

59-
.field-sku .control .sku + .select {
60-
vertical-align: middle;
61-
}
62-
6359
.field-price .addon > .price {
6460
display: table;
6561
direction: rtl;
@@ -73,7 +69,6 @@
7369
}
7470

7571
.field-price .addon > .price + .select {
76-
width: 96px;
7772
float: left;
7873
}
7974

0 commit comments

Comments
 (0)