Commit b76977b3 authored by isstuev's avatar isstuev

fix column width

parent fcddd709
...@@ -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