Skip to content

Commit 6bb0332

Browse files
authored
ENGCOM-3595: Fix issue 19472 - Advance Pricing - Customer Group Price , Select box and Text box alignment issue #19473
2 parents 5ace630 + 64f14d3 commit 6bb0332

File tree

1 file changed

+2
-2
lines changed
  • app/design/adminhtml/Magento/backend/web/css/source/forms

1 file changed

+2
-2
lines changed

app/design/adminhtml/Magento/backend/web/css/source/forms/_controls.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@
7575

7676
max-width: 100%;
7777
min-width: 8.5rem;
78-
padding-bottom: @field-control__padding-bottom - .1rem;
78+
padding-bottom: @field-control__padding-bottom;
7979
padding-right: 4.4rem; // Distance between select switch and inner text
80-
padding-top: @field-control__padding-top - .1rem;
80+
padding-top: @field-control__padding-top;
8181
transition: @smooth__border-color;
8282

8383
&:hover {

0 commit comments

Comments
 (0)