Skip to content

Commit 40ed846

Browse files
committed
fix datepicker start_date too long
1 parent b7839e6 commit 40ed846

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/dash-core-components/src/components/css/datepickers.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@
3232
}
3333

3434
.dash-datepicker-input-wrapper:has(> :nth-child(4)) {
35-
grid-template-columns: 1fr auto 1fr auto;
35+
grid-template-columns: auto auto 1fr auto;
3636
}
3737

3838
.dash-datepicker-input-wrapper:has(> :nth-child(5)) {
39-
grid-template-columns: 1fr auto 1fr auto auto;
39+
grid-template-columns: auto auto 1fr auto auto;
4040
}
4141

4242
.dash-datepicker-input-wrapper,

0 commit comments

Comments
 (0)