Skip to content

Commit

Permalink
fix goofy tables
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanflorence committed Nov 20, 2024
1 parent 3d32d13 commit 2ab965e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/styles/docs.css
Original file line number Diff line number Diff line change
Expand Up @@ -442,11 +442,11 @@
& table {
text-indent: 0;
border-spacing: 0;
@apply my-10 block w-full max-w-full border-collapse overflow-auto border-[color:inherit] text-left;
@apply my-10 w-full max-w-full border-collapse overflow-auto border-[color:inherit] text-left;
}

& table th {
@apply sticky top-0 w-full bg-transparent text-sm font-semibold text-gray-700 dark:text-gray-300;
@apply sticky top-0 bg-transparent text-sm font-semibold text-gray-700 dark:text-gray-300;
@apply border-0 border-b border-gray-200 p-0 pb-1 pr-4 dark:border-gray-800;
}

Expand All @@ -455,7 +455,7 @@
}

& table td {
@apply w-full whitespace-nowrap border-0 border-b border-gray-100 p-0 py-2 pr-4 text-sm text-black dark:text-white;
@apply whitespace-nowrap border-0 border-b border-gray-100 p-0 py-2 pr-4 text-sm text-black dark:text-white;
}

/*****************************************************************************/
Expand Down

0 comments on commit 2ab965e

Please sign in to comment.