fix: change AuditPanel LLM fields grid layout to responsive stacked on mobile
This commit is contained in:
@@ -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}>
|
||||
|
||||
Reference in New Issue
Block a user