Skip to content
This repository was archived by the owner on Jun 22, 2019. It is now read-only.

Commit 7139e03

Browse files
committed
fix input css in header cell
1 parent 4284958 commit 7139e03

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

dash_table_experiments/dash_table_experiments.css

+5
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,8 @@
1313
padding: 0;
1414
margin: 0;
1515
}
16+
17+
.react-grid-Container .react-grid-HeaderCell input {
18+
height: initial;
19+
width: 100%;
20+
}

0 commit comments

Comments
 (0)