Skip to content

Commit

Permalink
fix: no wrap for grid
Browse files Browse the repository at this point in the history
  • Loading branch information
Yazawazi committed Feb 28, 2024
1 parent f05a065 commit d262755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/FunixFunction/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ const FunixFunction: React.FC<FunctionDetailProps> = ({ preview, backend }) => {
<></>
)}
<Stack spacing={2}>
<Grid container direction={detail.direction}>
<Grid container direction={detail.direction} wrap="nowrap">
<Grid
item
sx={
Expand Down

0 comments on commit d262755

Please sign in to comment.