Skip to content

Commit

Permalink
fix(tables): selector specificity
Browse files Browse the repository at this point in the history
  • Loading branch information
deansallinen committed Oct 10, 2024
1 parent 490a376 commit a31b645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
}

/* table styles */
.table-styles {
:where(.table-styles) {
@apply w-full table-auto overflow-x-auto;

thead tr {
Expand Down

0 comments on commit a31b645

Please sign in to comment.