Table Headers are Always Left Aligned
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 38/100
- Issue type
- Bug
- Clarity
- Clearly specified
- Activity status
- Stale
- Tech stack
- css
- Domain
- documentation, frontend
Research direction
The issue points to Web/sass/_reboot.scss lines 289-292 and provides the intended attribute selectors. Start there, then inspect the documentation site's markdown table rendering. Done means table headers follow the corresponding left, center, or right alignment in a rendered table.
Written by the indexing model from the issue text.
Description
Table headers are always left aligned. This seems to be as a result of a configuration in Web which was not properly handled for GitHub markdown.

This can be remedied using attribute selectors on the CSS headers to match the alignment of the td:
th[align="center"] {
text-align: center;
}
th[align="left"] {
text-align: left;
}
th[align="right"] {
text-align: right;
}
- Dominant language
- HTML
- Stars
- 513
- Forks
- 192
- PR merge metrics
- No merged PRs in 30d
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from MinecraftForge/Documentation
-
Out of Date Information Update Request
Difficulty 3/5 1-2 days Newbie friendliness 45/100
MinecraftForge/Documentation#530 · 1 reaction ·
-
Page Improvement
MinecraftForge/Documentation#486 · 1 comment · 1 assignee ·
-
Theme
Difficulty 3/5 1-2 days Newbie friendliness 30/100
MinecraftForge/Documentation#410 · 2 comments ·
-
Page Request
Difficulty 2/5 1-3 hours Newbie friendliness 35/100
MinecraftForge/Documentation#317 ·
-
Page Request
Difficulty 3/5 1-2 days Newbie friendliness 25/100
MinecraftForge/Documentation#280 ·
All issues in MinecraftForge/Documentation
Similar issues
-
user-reported
Difficulty 2/5 1-3 hours Newbie friendliness 85/100
Kong/developer.konghq.com#7316 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
HarperFast/skills#96 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
infinispan/infinispan#18150 ·
-
bug triage:deciding
Difficulty 1/5 Under an hour Newbie friendliness 88/100
open-telemetry/otel-arrow#4132 ·
-
Ecosystem: ClawMetry — the Qwen Code reader is now free and open source (follow-up to #9294 / #9338) Opencategory/integration priority/P3 scope/documentation status/ready-for-human type/feature-request
Difficulty 1/5 Under an hour Newbie friendliness 84/100