fix(ui): show one column in phone

This commit is contained in:
ReaJason
2025-05-28 01:22:54 +08:00
parent 4a1359a736
commit ddfa273938
6 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ export default function CustomTabContent({
<TabsContent value="Custom">
<Card>
<CardContent className="space-y-2 mt-4">
<div className="grid grid-cols-2 gap-2">
<div className="grid grid-cols-1 md:grid-cols-2 gap-2">
<ShellTypeFormField form={form} shellTypes={shellTypes} />
<UrlPatternFormField form={form} />
</div>