From dc3dd45627cf0dd5eebb82606771c3dcd46cf564 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=87a=C4=9Fr=C4=B1=20Koca?= <52669161+IbrahimCagriKoca@users.noreply.github.com> Date: Tue, 3 Oct 2023 10:29:48 +0300 Subject: [PATCH] feat(pagination): use auto width on select (#692) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: ibrahimcagri.koca Co-authored-by: Murat Çorlu --- src/components/pagination/bl-pagination.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/pagination/bl-pagination.css b/src/components/pagination/bl-pagination.css index ec64cc10..35d6d6db 100644 --- a/src/components/pagination/bl-pagination.css +++ b/src/components/pagination/bl-pagination.css @@ -64,7 +64,7 @@ bl-input { } bl-select { - width: 128px; + width: auto; } @media only screen and (max-width: 768px) {