Skip to content

Commit

Permalink
solved Customer group textbox-selectbox alignment issue-19472
Browse files Browse the repository at this point in the history
  • Loading branch information
speedy008 committed Nov 30, 2018
1 parent 22daf66 commit 1e919a5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@

max-width: 100%;
min-width: 8.5rem;
padding-bottom: @field-control__padding-bottom - .1rem;
padding-bottom: @field-control__padding-bottom;
padding-right: 4.4rem; // Distance between select switch and inner text
padding-top: @field-control__padding-top - .1rem;
padding-top: @field-control__padding-top;
transition: @smooth__border-color;

&:hover {
Expand Down

0 comments on commit 1e919a5

Please sign in to comment.