Skip to content

Commit 7c859c0

Browse files
committed
fix: contract tab width
1 parent b2db706 commit 7c859c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/chain-template/components/contract/MyContractsTab.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export const MyContractsTab = ({ show, switchTab }: MyContractsTabProps) => {
3333
return (
3434
<Box display={show ? 'block' : 'none'}>
3535
<MyContractsTable
36-
title="My contracts"
36+
title="My Contracts"
3737
show={contentView === ContentViews.MY_CONTRACTS}
3838
switchTab={switchTab}
3939
createContractTrigger={

examples/chain-template/styles/comp.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
}
44

55
.tabs ul {
6-
max-width: 860px;
6+
max-width: 600px;
77
}
88

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

0 commit comments

Comments
 (0)