Commit 7c47312a authored by isstuev's avatar isstuev

table min width fix

parent d945c0fc
...@@ -21,7 +21,7 @@ type Props = { ...@@ -21,7 +21,7 @@ type Props = {
const TxsTable = ({ txs, sort, sorting, top, showBlockInfo }: Props) => { const TxsTable = ({ txs, sort, sorting, top, showBlockInfo }: Props) => {
return ( return (
<Table variant="simple" minWidth="810px" size="xs"> <Table variant="simple" minWidth="950px" size="xs">
<TheadSticky top={ top }> <TheadSticky top={ top }>
<Tr> <Tr>
<Th width="54px"></Th> <Th width="54px"></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