ember-power-calendar
ember-power-calendar copied to clipboard
CCS breaks the layout in Safari
Please note that the numbers are not centred within their respective cells in Safari 10.0.3.

I believe it is caused by the unnecessary (in my opinion) display: flex inside .ember-power-calendar-day { which is located here https://github.com/cibernox/ember-power-calendar/blob/master/app/styles/ember-power-calendar.scss#L55
I can confirm this. Same is happening in Safari on iOS. Solution in #60 works well.