diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a4ba5c04..545a415fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,6 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Features - [#1232](https://github.com/alleslabs/celatone-frontend/pull/1232) Support EVM verification with multiparts and standard JSON input for both Solidity and Vyper +- [#1230](https://github.com/alleslabs/celatone-frontend/pull/1230) Update EVM contract verify max width layout - [#1225](https://github.com/alleslabs/celatone-frontend/pull/1225) Validate EVM verification form options - [#1226](https://github.com/alleslabs/celatone-frontend/pull/1226) Show nonce on EVM tx details - [#1224](https://github.com/alleslabs/celatone-frontend/pull/1224) Support Vyper verification with contract code diff --git a/src/lib/pages/evm-contract-verify/components/EvmContractVerifyFooter.tsx b/src/lib/pages/evm-contract-verify/components/EvmContractVerifyFooter.tsx index 606a926b2..e1005abc0 100644 --- a/src/lib/pages/evm-contract-verify/components/EvmContractVerifyFooter.tsx +++ b/src/lib/pages/evm-contract-verify/components/EvmContractVerifyFooter.tsx @@ -1,3 +1,4 @@ +import { Box } from "@chakra-ui/react"; import { FooterCta } from "lib/components/layouts"; interface EvmContractFooterProps { @@ -13,28 +14,35 @@ export const EvmContractFooter = ({ isDisabled, actionLabel, }: EvmContractFooterProps) => ( - div": { - width: "100%", - }, - }} - /> + + div": { + width: "100%", + }, + }} + /> + ); diff --git a/src/lib/pages/evm-contract-verify/index.tsx b/src/lib/pages/evm-contract-verify/index.tsx index 37fce2bee..972f98a3b 100644 --- a/src/lib/pages/evm-contract-verify/index.tsx +++ b/src/lib/pages/evm-contract-verify/index.tsx @@ -228,7 +228,7 @@ export const EvmContractVerifyBody = ({ templateColumns="6fr 4fr" columnGap="32px" rowGap="48px" - maxW="1440px" + maxW="1080px" mx="auto" >