mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-06 09:59:00 +02:00
🐛 Fix textarea not taking the full width of the container
This commit is contained in:
parent
e6792a4283
commit
0bff7ba55a
1 changed files with 1 additions and 0 deletions
|
@ -155,6 +155,7 @@ const Discussion: React.FunctionComponent = () => {
|
|||
<div>
|
||||
<Textarea
|
||||
id="comment"
|
||||
className="w-full"
|
||||
autoFocus={true}
|
||||
placeholder={t("commentPlaceholder")}
|
||||
{...register("content", { validate: requiredString })}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue