style: right-align email status indicators
Added justify-end to email status display to align icons and text to the right side of the container for better visual hierarchy. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -379,7 +379,7 @@ export const LocationEditForm: FC<LocationEditFormProps> = ({ location, yearMont
|
||||
defaultValue={formValues.tenantEmailStatus}
|
||||
/>
|
||||
{dbTenantEmail === formValues.tenantEmail ? (
|
||||
<div className="flex items-center gap-2 mt-2 ml-2">
|
||||
<div className="flex items-center justify-end gap-2 mt-2 ml-2">
|
||||
{location?.tenantEmailStatus === EmailStatus.Unverified && (
|
||||
<>
|
||||
<ExclamationTriangleIcon className="h-5 w-5 text-warning" />
|
||||
|
||||
Reference in New Issue
Block a user