Skip to content

Commit

Permalink
fix(time-picker): reset select margins (#5746)
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod authored Mar 31, 2020
1 parent 2490120 commit 33985c3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
}

.#{$prefix}--time-picker .#{$prefix}--select-input {
margin: 0;
min-width: auto;
width: auto;
padding-right: rem(48px);
Expand Down

0 comments on commit 33985c3

Please sign in to comment.