Skip to content

Commit

Permalink
#133 - Remove h-screen
Browse files Browse the repository at this point in the history
  • Loading branch information
imikulec authored and jtomic-croz committed Jan 2, 2024
1 parent 8e0997d commit d5049ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storybook/src/data-display/DataTable.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ export const Simple = () => (
);

export const WithEmptyState = () => (
<div className="p-8 bg-gray-100 h-screen">
<div className="p-8 bg-gray-100">
<Card>
<Card.Body removeSpacing={true}>
<DataTable data={[]} emptyState={
Expand Down

0 comments on commit d5049ab

Please sign in to comment.