fix: change AuditPanel LLM fields grid layout to responsive stacked on mobile

This commit is contained in:
2026-07-10 14:38:42 +00:00
parent 90237a2408
commit 8a357022c4
3 changed files with 73 additions and 1 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ export default function AuditPanel() {
</CardDescription>
</CardHeader>
<CardContent className="space-y-4">
<div className="grid grid-cols-2 gap-3">
<div className="grid grid-cols-1 sm:grid-cols-2 gap-3">
<div className="space-y-1.5">
<label className="text-sm font-medium">Provedor</label>
<Select value={config.provider} onValueChange={handleProviderChange}>