Skip to content

Commit

Permalink
fix: contract tab width
Browse files Browse the repository at this point in the history
  • Loading branch information
marslavish committed Sep 17, 2024
1 parent b2db706 commit 7c859c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const MyContractsTab = ({ show, switchTab }: MyContractsTabProps) => {
return (
<Box display={show ? 'block' : 'none'}>
<MyContractsTable
title="My contracts"
title="My Contracts"
show={contentView === ContentViews.MY_CONTRACTS}
switchTab={switchTab}
createContractTrigger={
Expand Down
2 changes: 1 addition & 1 deletion examples/chain-template/styles/comp.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
}

.tabs ul {
max-width: 860px;
max-width: 600px;
}

.modal div[data-modal-part='children'] {
Expand Down

0 comments on commit 7c859c0

Please sign in to comment.