Skip to content

Commit

Permalink
Merge pull request #574 from alleslabs/fix/wasm-container
Browse files Browse the repository at this point in the history
fix: add min height to wasm page container to properly align footer
  • Loading branch information
evilpeach authored Oct 17, 2023
2 parents b44d560 + 2bdc409 commit a97851f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Improvements

- [#574](https://github.com/alleslabs/celatone-frontend/pull/574) Add min height to wasm page container to properly align footer
- [#569](https://github.com/alleslabs/celatone-frontend/pull/569) Add move config to dev shortcuts in homepage
- [#559](https://github.com/alleslabs/celatone-frontend/pull/559) Restructure and refactor responsive tables
- [#549](https://github.com/alleslabs/celatone-frontend/pull/549) Add move tx filer options
Expand Down
1 change: 1 addition & 0 deletions src/lib/components/WasmPageContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const WasmPageContainer = ({
mx="auto"
py={12}
direction="column"
minH="inherit"
>
{children}
</Flex>
Expand Down

1 comment on commit a97851f

@vercel
Copy link

@vercel vercel bot commented on a97851f Oct 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.