ember-power-calendar icon indicating copy to clipboard operation
ember-power-calendar copied to clipboard

CCS breaks the layout in Safari

Open denzo opened this issue 9 years ago • 1 comments

Please note that the numbers are not centred within their respective cells in Safari 10.0.3.

screen shot 2017-02-28 at 1 44 15 pm

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

denzo avatar Feb 28 '17 02:02 denzo

I can confirm this. Same is happening in Safari on iOS. Solution in #60 works well.

jozefvaclavik avatar Mar 11 '17 16:03 jozefvaclavik