style: [barobill] 검색창이 화면 비율에 맞게 자연스럽게 채워지도록 수정
- sm:max-w-sm 제한 제거, flex-1로 남은 공간을 자연스럽게 채움
This commit is contained in:
@@ -47,7 +47,7 @@ class="w-4 h-4 rounded border-purple-300 text-purple-600 focus:ring-purple-500">
|
||||
</label>
|
||||
|
||||
<!-- 검색 -->
|
||||
<div class="w-full sm:flex-1 sm:min-w-0 sm:max-w-sm">
|
||||
<div class="w-full sm:flex-1 sm:min-w-0">
|
||||
<input type="text"
|
||||
name="search"
|
||||
placeholder="상호명, 사업자번호, 바로빌ID로 검색..."
|
||||
|
||||
Reference in New Issue
Block a user