Commit 65cdf965 authored by Igor Stuev's avatar Igor Stuev Committed by GitHub

Merge pull request #716 from blockscout/table-fix

fix column width
parents fcddd709 b76977b3
...@@ -38,7 +38,7 @@ const VerifiedContractsTable = ({ data, sort, onSortToggle }: Props) => { ...@@ -38,7 +38,7 @@ const VerifiedContractsTable = ({ data, sort, onSortToggle }: Props) => {
</Th> </Th>
<Th width="50%">Compiler / version</Th> <Th width="50%">Compiler / version</Th>
<Th width="80px">Settings</Th> <Th width="80px">Settings</Th>
<Th width="110px">Verified</Th> <Th width="150px">Verified</Th>
{ /* <Th width="120px">Market cap</Th> */ } { /* <Th width="120px">Market cap</Th> */ }
</Tr> </Tr>
</Thead> </Thead>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment