Commit 7f4e9dea authored by tom's avatar tom

table tweaks

parent 2813872e
......@@ -32,7 +32,7 @@ const BlocksContent = ({ type }: Props) => {
</Show>
<Show above="lg" key="skeleton-desktop">
<Skeleton h={ 6 } mb={ 8 } w="150px"/>
<SkeletonTable columns={ [ '125px', '112px', '21%', '64px', '35%', '22%', '22%' ] }/>
<SkeletonTable columns={ [ '125px', '120px', '21%', '64px', '35%', '22%', '22%' ] }/>
</Show>
</>
);
......
......@@ -19,7 +19,7 @@ const BlocksTable = ({ data }: Props) => {
<Thead>
<Tr>
<Th width="125px">Block</Th>
<Th width="112px">Size</Th>
<Th width="120px">Size</Th>
<Th width="21%" minW="144px">Miner</Th>
<Th width="64px" isNumeric>Txn</Th>
<Th width="35%">Gas used</Th>
......
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