Skip to content

Commit f5a9a0c

Browse files
committed
fix #1914 - text alignment in table headers
was introduced by #1788 - AFAICT this way still solves plotly/dash-table#867
1 parent 9e92714 commit f5a9a0c

File tree

1 file changed

+1
-1
lines changed
  • components/dash-table/src/dash-table/components/Table

1 file changed

+1
-1
lines changed

components/dash-table/src/dash-table/components/Table/Table.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@
707707
}
708708

709709
.column-header-name {
710-
margin-left: auto;
710+
flex-grow: 1;
711711
}
712712

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

0 commit comments

Comments
 (0)