Skip to content

Commit a03575b

Browse files
committed
Fixed size search input
1 parent 488d023 commit a03575b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/packages/index.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class="d-none d-md-inline-flex link-body-emphasis text-decoration-none icon-link
3333
<div class="col-md-8 col-xl-9">
3434
<form class="row g-1 align-items-center justify-content-md-end" action="{{route('packages')}}" method="GET">
3535

36-
<div class="col-md-6 col-xl-3 mb-2 mb-md-0">
36+
<div class="col-md-6 col-xl-4 mb-2 mb-md-0">
3737
<div class="d-flex justify-content-between bg-body-secondary small px-3 py-1 py-md-2 rounded">
3838
<input name="q" type="text" class="form-search d-inline-block bg-body-secondary rounded"
3939
placeholder="Поиск" value="{{ request()->query('q') }}">

0 commit comments

Comments
 (0)