style(admin): increase settings card min-width from 1/2 to 3/5
This commit is contained in:
@@ -38,7 +38,7 @@ const SettingsPage = ({ appConfig = {} }) => {
|
||||
<TabNav tabs={TABS} activeTab={activeTab} onTabChange={setActiveTab} />
|
||||
|
||||
{activeTab === 'general' && (
|
||||
<Card title="Informations générales" className='min-w-1/2'>
|
||||
<Card title="Informations générales" className='min-w-3/5'>
|
||||
<div className="grid grid-cols-1 md:grid-cols-2 gap-4">
|
||||
<Input
|
||||
label="Nom du site"
|
||||
@@ -70,7 +70,7 @@ const SettingsPage = ({ appConfig = {} }) => {
|
||||
)}
|
||||
|
||||
{activeTab === 'appearance' && (
|
||||
<Card title="Thème" className='min-w-1/2'>
|
||||
<Card title="Thème" className='min-w-3/5'>
|
||||
<div className="max-w-xs">
|
||||
<Select
|
||||
label="Thème de l'interface"
|
||||
|
||||
Reference in New Issue
Block a user