Skip to content

Commit

Permalink
Fix Dash Table header element order
Browse files Browse the repository at this point in the history
  • Loading branch information
akksi committed Oct 17, 2021
1 parent d15707d commit 8253b97
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,6 @@
.dash-header>div,
.dash-filter>div {
display: flex;
flex-direction: row-reverse;

input[type="text"] {
flex: 1;
Expand All @@ -699,6 +698,9 @@
}
}
}
.dash-filter>div {
flex-direction: row-reverse;
}
.column-actions {
display: flex;
flex-wrap: wrap;
Expand Down

0 comments on commit 8253b97

Please sign in to comment.