Skip to content

Commit

Permalink
Table.ColumnHeader: Inherit text alignment in button (#3319)
Browse files Browse the repository at this point in the history
  • Loading branch information
HalvorHaugan authored Nov 1, 2024
1 parent 039332b commit 6d9f900
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/fuzzy-kings-sniff.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@navikt/ds-css": patch
---

Table.ColumnHeader: Inherit text alignment in button
1 change: 1 addition & 0 deletions @navikt/core/css/table.css
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@
align-items: center;
line-height: inherit;
font-weight: inherit;
text-align: inherit;
}

.navds-table--small .navds-table__sort-button {
Expand Down

0 comments on commit 6d9f900

Please sign in to comment.