Skip to content

Commit 8351fca

Browse files
Merge pull request #5836 from ilchenkoArtem/fix-header-layout
fix: Center align day names in DatePicker for improved layout
2 parents 1b37dbe + 5e90414 commit 8351fca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/stylesheets/datepicker.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,7 @@ h2.react-datepicker__current-month {
381381
}
382382

383383
.react-datepicker__day-names {
384+
text-align: center;
384385
white-space: nowrap;
385386
margin-bottom: -8px;
386387
}

0 commit comments

Comments
 (0)