Fix input width with inline style
This commit is contained in:
@@ -52,8 +52,8 @@
|
||||
hx-target="#search-results"
|
||||
hx-swap="innerHTML"
|
||||
hx-trigger="keyup changed delay:300ms from:#search-input">
|
||||
<input id="search-input" type="text" placeholder="Add artist to follow"
|
||||
class="input input-bordered input-sm w-full" name="q" autocomplete="off">
|
||||
<input id="search-input" type="text" placeholder="Search artist to follow"
|
||||
class="input input-bordered input-sm" name="q" autocomplete="off" style="width:100%">
|
||||
</form>
|
||||
<div id="search-results"></div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user