padding tweaks

This commit is contained in:
Josh Hawkins
2026-03-27 09:00:26 -05:00
parent 94eacc7561
commit 22827fd3c4
@@ -180,7 +180,7 @@ export function SwitchesWidget(props: WidgetProps) {
</Button>
</CollapsibleTrigger>
<CollapsibleContent className="rounded-lg border border-input bg-secondary p-2 pr-0 md:max-w-md">
<CollapsibleContent className="rounded-lg border border-input bg-secondary pb-1 pr-0 pt-2 md:max-w-md">
{availableEntities.length === 0 ? (
<div className="text-sm text-muted-foreground">{emptyMessage}</div>
) : (