✨ feat(ui): Update input components and enhance card minimum width for better layout
This commit is contained in:
@@ -34,7 +34,7 @@ export default function ChangePassword() {
|
||||
}
|
||||
|
||||
return (
|
||||
<Card>
|
||||
<Card className='min-w-80'>
|
||||
<CardHeader className='bg-muted/50'>
|
||||
<CardTitle className='flex items-center justify-between'>
|
||||
{t('accountSettings')}
|
||||
|
||||
@@ -39,7 +39,7 @@ export default function NotifySettings() {
|
||||
}
|
||||
|
||||
return (
|
||||
<Card className='min-w-60'>
|
||||
<Card className='min-w-80'>
|
||||
<CardHeader className='bg-muted/50'>
|
||||
<CardTitle className='flex items-center justify-between'>
|
||||
{t('notify.notificationSettings')}
|
||||
|
||||
Reference in New Issue
Block a user