mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-05 08:02:18 +00:00
tighten spacing between login email and password fields (#10811)
Claude-Session: https://claude.ai/code/session_01BmEVHF8afJmgv6saBRYN6w Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -732,7 +732,7 @@
|
||||
contact@windmill.dev
|
||||
</p>
|
||||
{/if}
|
||||
<div bind:this={fieldsEl} class="space-y-6 {shake ? 'motion-safe:animate-shake' : ''}">
|
||||
<div bind:this={fieldsEl} class="space-y-2 {shake ? 'motion-safe:animate-shake' : ''}">
|
||||
<div class="space-y-1">
|
||||
<label for={emailId} class="block text-xs font-semibold text-emphasis"> Email </label>
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user