Skip to content

Commit

Permalink
fixed formats
Browse files Browse the repository at this point in the history
  • Loading branch information
coderwelsch committed Nov 15, 2024
1 parent 2e140f8 commit a8a6baa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const TableEmptyPlaceholder = ({
return (
<TableBodyRow aria-label="No data available in this table">
<TableBodyCell colSpan={colSpan} className="h-80">
<div className="flex min-h-96 flex-col items-center justify-center">
<div className="min-h-96 flex flex-col items-center justify-center">

Check failure on line 21 in src/components/table-unvirtualized/table-body/table-body-placeholder/table-body-placeholder.tsx

View workflow job for this annotation

GitHub Actions / format-check

Replace `min-h-96·flex` with `flex·min-h-96`
<h5 className="headline-300 mb-1">{title}</h5>

<p className="paragraph-100 mb-2">{description}</p>
Expand Down

0 comments on commit a8a6baa

Please sign in to comment.