File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " datetime-local-picker" ,
3- "version" : " 0.2.1 " ,
3+ "version" : " 0.2.2 " ,
44 "homepage" : " https://github.com/graste/datetime-local-picker" ,
55 "authors" : [
66 " Steffen Gransow <graste@mivesto.de>"
Original file line number Diff line number Diff line change 5959 display : table-row ;
6060 }
6161
62+ .calendar-week ,
6263 .day {
6364 display : table-cell ;
6465 }
Original file line number Diff line number Diff line change @@ -180,6 +180,7 @@ body {
180180 display : table-row-group; }
181181 .calendar .week {
182182 display : table-row; }
183+ .calendar .calendar-week ,
183184 .calendar .day {
184185 display : table-cell; }
185186 .calendar .day .min {
@@ -241,6 +242,7 @@ body {
241242 display : table-row-group; }
242243 .calendar--table .calendar .week {
243244 display : table-row; }
245+ .calendar--table .calendar .calendar-week ,
244246 .calendar--table .calendar .day {
245247 display : table-cell; }
246248 .calendar--table .calendar .day .min {
You can’t perform that action at this time.
0 commit comments