Skip to content

Commit 8221e12

Browse files
committed
Fixed CSS glitch in datepicker control in compact mode
1 parent a00930e commit 8221e12

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/renderer/Dialog/DatePicker.scss

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,18 @@
22

33
.compact {
44
.datePicker {
5-
.MuiPickersSectionList-root {
6-
padding: 0.75em;
5+
.MuiPickersInputBase-root {
6+
.MuiPickersSectionList-root {
7+
padding: 0.75em;
8+
}
79
}
810
}
911
}
1012

1113
.datePicker {
1214
width: 13em;
1315
.MuiPickersInputBase-root {
16+
padding: 0 0.25em 0 0;
1417
background: Variables.$lighter-grey;
1518
.MuiPickersSectionList-root {
1619
padding: 1em;

0 commit comments

Comments
 (0)