Skip to content

Commit

Permalink
🐛 fix table stylesheet for tailwindcss v4
Browse files Browse the repository at this point in the history
  • Loading branch information
linkdd committed Jan 27, 2025
1 parent a15c73c commit 57d628c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion web/app/src/styles/table.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
@import 'tailwindcss';

.flowg-table .ag-header {
@apply bg-gray-200 z-10 shadow-sm;
@apply bg-gray-200 z-10 shadow-xs;
}

.flowg-table .ag-cell-wrapper {
Expand Down

0 comments on commit 57d628c

Please sign in to comment.