style(admin): increase settings card min-width from 1/2 to 3/5

This commit is contained in:
2026-04-22 20:22:54 -04:00
parent 6316ecd027
commit 68d97c81da
@@ -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"