From 3f893674abbca1c1bec17d22eb8986b393f2121f Mon Sep 17 00:00:00 2001 From: Patrick Astarita <44125645+pastarita@users.noreply.github.com> Date: Mon, 16 Mar 2026 13:37:31 -0400 Subject: [PATCH 01/41] fix: add inner right-side padding to dropdown chevrons The native browser chevron in setNetworkFilter(e.target.value)} - className="h-10 sm:h-8 rounded-md border border-border-default bg-background-surface px-2 text-base sm:text-sm text-text-body" + className="h-10 sm:h-8 rounded-md border border-border-default bg-background-surface pl-2 pr-7 text-base sm:text-sm text-text-body" > {networks.slice(0, 20).map((net) => ( @@ -304,7 +304,7 @@ export default function EVChargingPage() { setAccessFilter(e.target.value)} - className="h-10 sm:h-8 rounded-md border border-border-default bg-background-surface px-2 text-base sm:text-sm text-text-body" + className="h-10 sm:h-8 rounded-md border border-border-default bg-background-surface pl-2 pr-7 text-base sm:text-sm text-text-body" > @@ -323,7 +323,7 @@ export default function EVChargingPage() { setStateFilter(e.target.value)} - className="h-10 sm:h-8 rounded-md border border-border-default bg-background-surface px-2 text-base sm:text-sm text-text-body" + className="h-10 sm:h-8 rounded-md border border-border-default bg-background-surface pl-2 pr-7 text-base sm:text-sm text-text-body" > {states.map((s) => ( diff --git a/app/(shell)/grid-operators/page.tsx b/app/(shell)/grid-operators/page.tsx index 678d75db..53c3c580 100644 --- a/app/(shell)/grid-operators/page.tsx +++ b/app/(shell)/grid-operators/page.tsx @@ -240,7 +240,7 @@ function GridOperatorsPageInner() { setStatusFilter(e.target.value)} - className="h-10 sm:h-8 rounded-md border border-border-default bg-background-surface px-2 text-base sm:text-sm text-text-body" + className="h-10 sm:h-8 rounded-md border border-border-default bg-background-surface pl-2 pr-7 text-base sm:text-sm text-text-body" > {statusFilterOptions.map((opt) => ( {states.map((s) => ( diff --git a/app/(shell)/pricing-nodes/page.tsx b/app/(shell)/pricing-nodes/page.tsx index 9bd6d4b1..63992b47 100644 --- a/app/(shell)/pricing-nodes/page.tsx +++ b/app/(shell)/pricing-nodes/page.tsx @@ -241,7 +241,7 @@ export default function PricingNodesPage() { setTypeFilter(e.target.value)} - className="h-9 rounded-lg border border-border-default bg-background-surface px-3 text-sm text-text-body" + className="h-9 rounded-lg border border-border-default bg-background-surface pl-3 pr-7 text-sm text-text-body" > {nodeTypes.map((type) => ( @@ -265,7 +265,7 @@ export default function PricingNodesPage() { setVoltageFilter(e.target.value)} - className="h-10 sm:h-8 rounded-md border border-border-default bg-background-surface px-2 text-base sm:text-sm text-text-body" + className="h-10 sm:h-8 rounded-md border border-border-default bg-background-surface pl-2 pr-7 text-base sm:text-sm text-text-body" > {voltageClassFilterOptions.map((opt) => (