Skip to content

Commit

Permalink
fix width of combo in SaveLayout Panel
Browse files Browse the repository at this point in the history
  • Loading branch information
heswell committed Oct 22, 2023
1 parent a530929 commit ce78202
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const SaveLayoutPanel = (props: SaveLayoutPanelProps) => {
setGroup(event.target.value),
},
}}
width={120}
width="100%"
onSelectionChange={(_, value) => setGroup(value || "")}
/>
</FormField>
Expand Down

0 comments on commit ce78202

Please sign in to comment.