Settings number inputs have cramped styling #101
Labels
No labels
bug
devops
duplicate
enhancement
good first issue
next major release
next minor release
question
testing
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: lvl0/fedi-feed-router#101
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Bug
Number inputs on the Settings page (
/settings) have insufficient padding and feel cramped. They don't visually match the height of the Save button next to them.Affected inputs
Expected
Inputs should have the same height as the adjacent Save button, with comfortable padding.
Location
resources/views/livewire/settings.blade.php— thew-20input elements need padding/height adjustments to match thepx-3 py-2Save buttons.