Skip to content

Commit

Permalink
fix #1914 - text alignment in table headers
Browse files Browse the repository at this point in the history
was introduced by #1788 - AFAICT this way still solves plotly/dash-table#867
  • Loading branch information
alexcjohnson committed Feb 17, 2022
1 parent 9e92714 commit f5a9a0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@
}

.column-header-name {
margin-left: auto;
flex-grow: 1;
}

[class^='column-header--'], [class^='dash-filter--'] {
Expand Down

0 comments on commit f5a9a0c

Please # to comment.