Bug Description
The Settings page header has an alignment issue — the icon and
"Settings" title appear slightly misaligned, and the overall
header layout feels visually unbalanced when compared with
the Back to Dashboard button on the left.
Steps to Reproduce
- Go to /dashboard/settings
- Observe the header section with the icon + "Settings" title
Expected Behavior
The icon and title should be properly vertically centered and
aligned. The header layout should feel balanced.
Screenshots
Suggested Fix
Ensure the icon and text are wrapped in a flex container
with items-center alignment:
Settings
---
Bug Description
The Settings page header has an alignment issue — the icon and
"Settings" title appear slightly misaligned, and the overall
header layout feels visually unbalanced when compared with
the Back to Dashboard button on the left.
Steps to Reproduce
Expected Behavior
The icon and title should be properly vertically centered and
aligned. The header layout should feel balanced.
Screenshots
Suggested Fix
Ensure the icon and text are wrapped in a flex container
with items-center alignment:
Settings