We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7839e6 commit 40ed846Copy full SHA for 40ed846
components/dash-core-components/src/components/css/datepickers.css
@@ -32,11 +32,11 @@
32
}
33
34
.dash-datepicker-input-wrapper:has(> :nth-child(4)) {
35
- grid-template-columns: 1fr auto 1fr auto;
+ grid-template-columns: auto auto 1fr auto;
36
37
38
.dash-datepicker-input-wrapper:has(> :nth-child(5)) {
39
- grid-template-columns: 1fr auto 1fr auto auto;
+ grid-template-columns: auto auto 1fr auto auto;
40
41
42
.dash-datepicker-input-wrapper,
0 commit comments