Skip to content

Commit

Permalink
Fix border radius for data tables
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcclean committed Sep 6, 2024
1 parent 03ee12b commit 5476aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/css/components/cards.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
========================================================================== */

.card {
@apply shadow bg-white rounded-md p-2;
@apply shadow bg-white rounded-md p-2 overflow-hidden;
@apply dark:bg-dark-600 dark:shadow-dark;
}

Expand Down

2 comments on commit 5476aab

@jackmcdade
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh no, this is probably gonna have a lot of side effects elsewhere 😬

@jasonvarga
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I already closed it 👍

Please sign in to comment.