We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d15707d commit 8253b97Copy full SHA for 8253b97
1 file changed
components/dash-table/src/dash-table/components/Table/Table.less
@@ -689,7 +689,6 @@
689
.dash-header>div,
690
.dash-filter>div {
691
display: flex;
692
- flex-direction: row-reverse;
693
694
input[type="text"] {
695
flex: 1;
@@ -699,6 +698,9 @@
699
698
}
700
701
+ .dash-filter>div {
702
+ flex-direction: row-reverse;
703
+ }
704
.column-actions {
705
706
flex-wrap: wrap;
0 commit comments