Skip to content

Commit

Permalink
86dtf66xm - Neon3 - Adjustment - Table - Width is a little narrow
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoak25 committed May 7, 2024
1 parent c437530 commit 5fde0e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/renderer/src/components/TransactionsTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export const TransactionsTable = forwardRef<HTMLDivElement, TTransactionListProp

return (
<section
className="overflow-auto min-h-0 w-full flex flex-col flex-grow mt-4 pr-1 text-xs min-w-0"
className="overflow-auto min-h-0 w-full flex flex-col flex-grow mt-4 text-xs min-w-0"
ref={scrollRef}
onScroll={handleScroll}
>
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/src/routes/pages/Portfolio/Activity/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const PortfolioActivityPage = () => {
</div>
</div>

<ul className="w-full flex flex-col flex-grow px-4 py-3 min-h-0">
<ul className="w-full flex flex-col flex-grow py-3 min-h-0">
<TransactionsTable accounts={accounts} tableHeaderClassName="bg-gray-800" />
</ul>
</section>
Expand Down

0 comments on commit 5fde0e5

Please sign in to comment.