fix: inputs full width no login e register (w-full nos UInput)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Junior
2026-03-14 15:44:30 -03:00
parent 9d4cb5b996
commit 0276ce4824
2 changed files with 10 additions and 7 deletions

View File

@@ -36,6 +36,7 @@ async function handleSubmit() {
type="email"
placeholder="usuario@orgao.gov.br"
size="md"
class="w-full"
required
/>
</UFormField>
@@ -46,6 +47,7 @@ async function handleSubmit() {
type="password"
placeholder="••••••••"
size="md"
class="w-full"
required
/>
</UFormField>
@@ -56,6 +58,7 @@ async function handleSubmit() {
type="text"
placeholder="minha-empresa"
size="md"
class="w-full"
required
/>
</UFormField>