Skip to content

Commit

Permalink
feat(pagination): use auto width on select (#692)
Browse files Browse the repository at this point in the history
Co-authored-by: ibrahimcagri.koca <ibrahimcagri.koca@trendyol.com>
Co-authored-by: Murat Çorlu <murat.corlu@trendyol.com>
  • Loading branch information
3 people authored Oct 3, 2023
1 parent 2f15718 commit dc3dd45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/pagination/bl-pagination.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ bl-input {
}

bl-select {
width: 128px;
width: auto;
}

@media only screen and (max-width: 768px) {
Expand Down

0 comments on commit dc3dd45

Please sign in to comment.