Skip to content

Commit

Permalink
fix: select auto-sized for values
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-belcher committed Nov 15, 2023
1 parent ce5e238 commit 73d70b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/ui/src/pages/form/proto.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const ABP1: Document = {
},
label: "Eligibility group",
props: {
className: "w-[300px]",
className: "min-w-[300px]",
options: [
{
label: "Parents and Other Caretaker Relatives",
Expand Down

0 comments on commit 73d70b6

Please sign in to comment.