Skip to content

Commit 3489641

Browse files
author
workaholicpanda
committed
Revert "fix: table column header less"
This reverts commit a438015.
1 parent a438015 commit 3489641

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -512,11 +512,6 @@
512512
.not-selectable();
513513
cursor: pointer;
514514
}
515-
516-
.column-header-wrapper {
517-
display: flex;
518-
justify-content: space-between;
519-
}
520515
}
521516

522517
tr {

components/dash-table/src/dash-table/derived/header/content.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ function getter(
283283
);
284284

285285
return (
286-
<div className='column-header-wrapper'>
286+
<div>
287287
{!column_selectable || !selectable ? null : (
288288
<span className='column-header--select'>
289289
<input

0 commit comments

Comments
 (0)