Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tables are a bit off! #105

Open
odebroqueville opened this issue Apr 10, 2023 · 1 comment
Open

Tables are a bit off! #105

odebroqueville opened this issue Apr 10, 2023 · 1 comment

Comments

@odebroqueville
Copy link

Below is a screenshot where I'm applying the github dark theme to ChatGPT's web page.

The table headers are hard to read because they're too dark. There's a big gap between the table header row and the rest of the table rows. Finally, there's a width mismatch between the table header row and the rest of the table.

Screenshot 2023-04-10 at 13 37 44

@Nick-Hopps
Copy link

have to cover the default style:

.markdown-body table {
  display: table;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants