Skip to content

Commit

Permalink
Changes to fix indicator panel issue
Browse files Browse the repository at this point in the history
  • Loading branch information
laisspportugal committed Jan 24, 2025
1 parent c801bb0 commit 10c7c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/suite-base/src/components/Stack.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export default forwardRef<HTMLDivElement, PropsWithChildren<StackProps>>(
flexGrow,
flexShrink,
flexWrap,
fullHeight = false,
fullHeight = true,
fullWidth = false,
gap,
gapX,
Expand Down

0 comments on commit 10c7c7d

Please sign in to comment.