Fix callsign search input alignment
This commit is contained in:
parent
7e65327e84
commit
b46d592411
1 changed files with 2 additions and 2 deletions
|
|
@ -82,8 +82,8 @@ defmodule MicrowavepropWeb.QsoLive.Index do
|
|||
</.header>
|
||||
|
||||
<form phx-submit="search" class="mb-4">
|
||||
<div class="flex gap-2">
|
||||
<.input
|
||||
<div class="flex items-center gap-2">
|
||||
<input
|
||||
name="search"
|
||||
value={@search}
|
||||
placeholder="Search by callsign..."
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue