Skip to content

Commit

Permalink
formating
Browse files Browse the repository at this point in the history
  • Loading branch information
vwh committed Jul 28, 2024
1 parent 430d4b5 commit 15c0b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export default function DBTable() {
<div className="flex h-full gap-1">
<TableSelect />
<Button
className="expand:block ml-1 hidden"
className="ml-1 hidden expand:block"
onClick={() => setExpandPage(!expandPage)}
title="Toggle page size"
>
Expand Down

0 comments on commit 15c0b44

Please sign in to comment.