Skip to content

Commit

Permalink
remove enforced left-alignment for table headers (#490)
Browse files Browse the repository at this point in the history
  • Loading branch information
dstaley committed Jan 14, 2022
1 parent a79649c commit d545b9d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/mean-crabs-jam.md
@@ -0,0 +1,5 @@
---
'@hashicorp/react-content': minor
---

Remove enforced left-alignment for table headers
4 changes: 0 additions & 4 deletions packages/content/styles/table.module.css
Expand Up @@ -11,10 +11,6 @@
max-width: 100%;
margin-bottom: 20px;

& th {
text-align: left;
}

& td,
& th {
border-right: 1px solid #ddd;
Expand Down

1 comment on commit d545b9d

@vercel
Copy link

@vercel vercel bot commented on d545b9d Jan 14, 2022

Choose a reason for hiding this comment

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

Please sign in to comment.