Skip to content

Commit 8ca3c15

Browse files
committed
Fix unwanted overflow in DashTable header columns
when action button Icons are present
1 parent 8a92453 commit 8ca3c15

File tree

1 file changed

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

1 file changed

+8
-1
lines changed

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,9 +687,16 @@
687687
}
688688

689689
.dash-spreadsheet-inner {
690+
.dash-header>div {
691+
display: flex;
692+
}
693+
694+
.column-header-name {
695+
margin-left: auto;
696+
}
697+
690698
[class^='column-header--'], [class^='dash-filter--'] {
691699
cursor: pointer;
692-
float: left;
693700
}
694701

695702
.column-header--select {

0 commit comments

Comments
 (0)