Dashboard: make domains table span full width

This commit is contained in:
2026-03-05 10:44:15 +00:00
parent 067e0d9080
commit 84165f47ff

View File

@@ -533,7 +533,7 @@ export function DashboardControls({
{message ? <p className="text-sm text-slate-600">{message}</p> : null}
</div>
<div className="space-y-3 rounded-xl border border-slate-200 bg-white p-4">
<div className="space-y-3 rounded-xl border border-slate-200 bg-white p-4 lg:col-span-2">
<div className="flex flex-wrap items-end gap-2">
<div className="flex-1 min-w-[220px]">
<label className="text-sm font-medium">Search domains</label>