make form grids more consistent

This commit is contained in:
miloschwartz
2026-06-08 15:59:54 -07:00
parent 1b7c1ffa70
commit 135a5d38af
10 changed files with 1201 additions and 1010 deletions

View File

@@ -183,7 +183,7 @@ export function SharedPolicySelect({
role="combobox"
disabled={disabled}
className={cn(
"w-full justify-between font-normal md:w-1/2",
"w-full justify-between font-normal",
value !== null &&
!resolvedLabel &&
!fetchedPolicy?.name &&