Skip to content

Commit

Permalink
input full
Browse files Browse the repository at this point in the history
  • Loading branch information
michelson committed Aug 22, 2023
1 parent b57bb25 commit a21fb4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/plain/messages/_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<%= form.text_field :content,
label: false,
placeholder: "Write your prompt",
class: "rounded-md flex-1 sm:text-sm text-base bg-zinc-200/50 dark:bg-zinc-800/30 border border-zinc-200/50 dark:border-zinc-600 resize-none scroll-m-2 h-[36px] transition-colors focus:border-zinc-400 focus:ring-0 focus:outline-none"
class: "w-full rounded-md flex-1 sm:text-sm text-base bg-zinc-200/50 dark:bg-zinc-800/30 border border-zinc-200/50 dark:border-zinc-600 resize-none scroll-m-2 h-[36px] transition-colors focus:border-zinc-400 focus:ring-0 focus:outline-none"
%>

<div class="">
Expand Down

0 comments on commit a21fb4f

Please sign in to comment.