-
Notifications
You must be signed in to change notification settings - Fork 7
Fix login button layout #150
Copy link
Copy link
Open
Labels
area: frontendChanges specifically for the UI/Tailwind components.Changes specifically for the UI/Tailwind components.bugSomething isn't workingSomething isn't workingci/cdAutomated workflows for building, testing, and deploying code.Automated workflows for building, testing, and deploying code.good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededjavascriptTasks involving vanilla JS logic or legacy scripts.Tasks involving vanilla JS logic or legacy scripts.questionFurther information is requestedFurther information is requestedrefactorCleaning up existing code without changing functionality.Cleaning up existing code without changing functionality.typescriptType definition fixes, interfaces, or TS configuration.Type definition fixes, interfaces, or TS configuration.
Metadata
Metadata
Assignees
Labels
area: frontendChanges specifically for the UI/Tailwind components.Changes specifically for the UI/Tailwind components.bugSomething isn't workingSomething isn't workingci/cdAutomated workflows for building, testing, and deploying code.Automated workflows for building, testing, and deploying code.good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededjavascriptTasks involving vanilla JS logic or legacy scripts.Tasks involving vanilla JS logic or legacy scripts.questionFurther information is requestedFurther information is requestedrefactorCleaning up existing code without changing functionality.Cleaning up existing code without changing functionality.typescriptType definition fixes, interfaces, or TS configuration.Type definition fixes, interfaces, or TS configuration.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Fix login button layout
Issue: The login button is misaligned or has incorrect spacing, especially on mobile.
Current problem:
Expected:
How to fix:
px-3 py-1.5on mobile,px-4 py-2on desktop)flex-wrap: wrapor proper width constraintsAcceptance criteria:
Labels:
bug,ui,good-first-issue