Skip to content

Commit

Permalink
fix(pagination): input wrapper alignment closes #4733 (#4740)
Browse files Browse the repository at this point in the history
  • Loading branch information
vpicone authored and joshblack committed Nov 20, 2019
1 parent bbcc20b commit ef71b54
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ $css--helpers: true;
}

.#{$prefix}--pagination .#{$prefix}--select-input--inline__wrapper {
display: flex;
height: 100%;
}

Expand Down

0 comments on commit ef71b54

Please sign in to comment.