Skip to content

Commit

Permalink
fix table overflow on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
Guanran928 committed Feb 13, 2025
1 parent 46983a8 commit 675830d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
}

table {
@apply min-w-full divide-y divide-gray-200 dark:divide-neutral-700;
@apply block overflow-x-auto md:table min-w-full divide-y divide-gray-200 dark:divide-neutral-700;
}

tbody {
Expand Down

0 comments on commit 675830d

Please sign in to comment.