Skip to content

Commit

Permalink
[Ag Grid Theme] Column header is aligned to the left when column is a…
Browse files Browse the repository at this point in the history
…ligned to the right (#2734)
  • Loading branch information
alycrys authored Nov 16, 2023
1 parent 966c362 commit b083861
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/khaki-seas-provide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@salt-ds/ag-grid-theme": patch
---

[Ag Grid Theme] Remove override on column header so that alignment is consistent with the column alignment.
4 changes: 0 additions & 4 deletions packages/ag-grid-theme/css/_salt-ag-theme-mixin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -276,10 +276,6 @@
border-color: var(--agGrid-header-borderColor);
}

.ag-ltr .ag-header-cell .ag-header-cell-label .ag-header-cell-text {
margin-right: auto;
}

.ag-header-row {
color: var(--agGrid-header-foreground);
font-size: var(--agGrid-header-fontSize);
Expand Down

1 comment on commit b083861

@vercel
Copy link

@vercel vercel bot commented on b083861 Nov 16, 2023

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.