Skip to content

Commit

Permalink
fixes spacing between table tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
EvgeniiaVak committed Oct 2, 2023
1 parent dfd9918 commit 8beb361
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/components/AccountHistory.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ function OrdersTabs() {
}

return (
<div className="mb-4">
<div className="tabs min-w-[30%]">
<div className="m-4">
<div className="tabs min-w-fit flex flex-nowrap space-x-4">
{tables.map((tableName) => (
<div
key={tableName}
Expand Down

0 comments on commit 8beb361

Please sign in to comment.