-
Beta Was this translation helpful? Give feedback.
Answered by
fuma-nama
Nov 19, 2024
Replies: 1 comment
-
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;
} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
eyyyyyyy3
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Probably got overriden when building with default Tailwind CSS config.
You can use this as a temporary fix: