Skip to content

Commit 8253b97

Browse files
committed
Fix Dash Table header element order
1 parent d15707d commit 8253b97

File tree

1 file changed

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

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,6 @@
689689
.dash-header>div,
690690
.dash-filter>div {
691691
display: flex;
692-
flex-direction: row-reverse;
693692

694693
input[type="text"] {
695694
flex: 1;
@@ -699,6 +698,9 @@
699698
}
700699
}
701700
}
701+
.dash-filter>div {
702+
flex-direction: row-reverse;
703+
}
702704
.column-actions {
703705
display: flex;
704706
flex-wrap: wrap;

0 commit comments

Comments
 (0)