Skip to content

Commit 1e919a5

Browse files
committed
solved Customer group textbox-selectbox alignment issue-19472
1 parent 22daf66 commit 1e919a5

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)