Skip to content

Commit

Permalink
Rudimentary fix for the table view on small screen (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
zl8244 authored Apr 27, 2024
1 parent 80e889c commit 68f551f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions next/app/globals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -183,14 +183,17 @@
@apply whitespace-nowrap;
@apply divide-y divide-base-content;
@apply my-4;
@apply table-fixed;
}

th {
@apply px-6 py-3 text-left text-xs font-medium uppercase tracking-wider;
@apply overflow-auto;
}

td {
@apply px-6 py-4 whitespace-nowrap;
@apply overflow-auto;
}

tr {
Expand Down

0 comments on commit 68f551f

Please sign in to comment.