Skip to content

Commit

Permalink
Merge pull request #886 from alleslabs/feat/minor-bug
Browse files Browse the repository at this point in the history
fix: minor bug
  • Loading branch information
songwongtp committed Apr 17, 2024
2 parents 3bafe50 + 65c1e5b commit ea6c164
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Bug fixes

- [#886](https://github.com/alleslabs/celatone-frontend/pull/886) Fix tx detail message newline
- [#885](https://github.com/alleslabs/celatone-frontend/pull/885) Fix voted proposals freeze columns
- [#881](https://github.com/alleslabs/celatone-frontend/pull/881) Fix abi option boolean problem
- [#877](https://github.com/alleslabs/celatone-frontend/pull/877) Fix validator list/details bug bash
Expand Down
2 changes: 1 addition & 1 deletion src/lib/components/ExplorerLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ export const ExplorerLink = ({
) : (
<Flex
className="copier-wrapper"
display={{ base: "inline-flex", md: "flex" }}
display="inline-flex"
align="center"
h={fixedHeight ? "24px" : "auto"}
transition="all 0.25s ease-in-out"
Expand Down
2 changes: 1 addition & 1 deletion src/lib/pages/publish-module/publish.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ export const PublishModule = ({

return (
<>
<PageContainer display="inline" p={0}>
<PageContainer p={0}>
<Box minH="inherit" maxW="1440px" mx="auto">
<Grid
templateColumns="1fr 6fr 4fr 1fr"
Expand Down

0 comments on commit ea6c164

Please sign in to comment.