Skip to content

Add table styling - #1580

Open
Steffo99 wants to merge 5 commits into
SableClient:devfrom
Steffo99:feat/table-styling
Open

Add table styling#1580
Steffo99 wants to merge 5 commits into
SableClient:devfrom
Steffo99:feat/table-styling

Conversation

@Steffo99

@Steffo99 Steffo99 commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

Description

This PR aims to add styling for tables, which are not currently styled:

Screenshot: Before.

With this PR, tables are displayed like this:

Screenshot: After.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings

AI disclosure:

  • Partially AI assisted (clarify which code was AI assisted and briefly explain what it does).
  • Fully AI generated (explain what all the generated code does in moderate detail).

Comment thread src/index.css

table td,
table th {
padding: 5px;

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a standard unit of padding that can be used here?

I've tried searching for some in the codebase but couldn't find anything.

@Steffo99 Steffo99 left a comment

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should table captions be styled, somehow?

@Steffo99
Steffo99 marked this pull request as ready for review August 2, 2026 00:03
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

Successfully merging this pull request may close these issues.

1 participant