[Customer] Changed css for Tablet mode (2)

This commit is contained in:
Hyojin Ahn 2025-12-11 12:26:29 -05:00
parent 64b8f556c0
commit 146608a350
1 changed files with 1 additions and 1 deletions

View File

@ -341,7 +341,7 @@ $(document).ready(function(){
<td class="td-title"> <td class="td-title">
<div class="search-container"> <div class="search-container">
<input class="" type="text" placeholder="Search.." name="key_word" value='<?=htmlspecialchars($key_word, ENT_QUOTES)?>'> <input class="" type="text" placeholder="Search.." name="key_word" value='<?=htmlspecialchars($key_word, ENT_QUOTES)?>'>
<button type="submit"><i class="bi-search"></i></button> <button type="submit" style="padding:0px"><i class="bi-search"></i></button>
</div> </div>
</td> </td>