🐛 Fix textarea not taking the full width of the container

This commit is contained in:
Luke Vella 2024-04-02 14:10:18 +07:00
parent e6792a4283
commit 0bff7ba55a

View file

@ -155,6 +155,7 @@ const Discussion: React.FunctionComponent = () => {
<div>
<Textarea
id="comment"
className="w-full"
autoFocus={true}
placeholder={t("commentPlaceholder")}
{...register("content", { validate: requiredString })}