Skip to content

Commit

Permalink
fix table responsive issue
Browse files Browse the repository at this point in the history
  • Loading branch information
fadingNA committed Nov 9, 2024
1 parent f3a005a commit 0837295
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ body.dark {

@layer components {
.table-default {
@apply block w-full mx-auto table-fixed content-start justify-center rounded-xl border border-silver dark:border-silver/40 text-center dark:text-bright-gray;
@apply block w-full mx-auto table-fixed content-start justify-center rounded-xl border border-silver dark:border-silver/40 text-center dark:text-bright-gray overflow-auto;
}

.table-default th {
@apply p-4 w-1/4 font-normal text-gray-400 text-nowrap; /* Remove border-r */
@apply p-4 w-1/3 font-normal text-gray-400 text-nowrap; /* Remove border-r */
}

.table-default th:last-child {
Expand Down

0 comments on commit 0837295

Please sign in to comment.