diff --git a/frontend/src/index.css b/frontend/src/index.css index e8e9c9bdc..1c72035e8 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -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 {