Save responses in DB

This commit is contained in:
Gregory Schier
2023-02-22 18:53:44 -08:00
parent 31eb03da0d
commit fbcbf2e5a5
9 changed files with 530 additions and 138 deletions

View File

@@ -46,7 +46,7 @@ export function Input({
id={id}
className={classnames(
className,
'bg-transparent pl-3 pr-2 h-full w-0 min-w-[100%] focus:outline-none',
'bg-transparent min-w-0 pl-3 pr-2 w-full h-full focus:outline-none',
)}
{...props}
/>