Fix annoying line in textarea input
This commit is contained in:
@ -329,9 +329,7 @@ defmodule OutlookWeb.CoreComponents do
|
||||
"phx-no-feedback:border-zinc-300 phx-no-feedback:focus:border-zinc-400 phx-no-feedback:focus:ring-zinc-800/5"
|
||||
]}
|
||||
{@rest}
|
||||
>
|
||||
|
||||
<%= @value %></textarea>
|
||||
><%= @value %></textarea>
|
||||
<.error :for={msg <- @errors}><%= msg %></.error>
|
||||
</div>
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user