Skip to content

Every entry of the first column of any table is offset. CSS issue? #1071

Answered by fuma-nama
eyyyyyyy3 asked this question in Q&A
Discussion options

You must be logged in to vote

Probably got overriden when building with default Tailwind CSS config.

You can use this as a temporary fix:

th {
  padding: 10px !important;
}

td {
  padding: 10px !important;
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by eyyyyyyy3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants