Problem/Motivation

DevTools in Microsoft Edge gives an error:

'min-height: auto' is not supported by Firefox 22+, Firefox for Android 22+.

This is generated here:

.calendar-calendar .month-view .full .inner,
.calendar-calendar .week-view .full .multi-day .inner {
    min-height: auto;
}

Steps to reproduce

- Install Calendar module.
- Open a page in MS Edge.
- right click, 'inspect code' and se the message : "'min-height: auto' is not supported by Firefox 22+, Firefox for Android 22+."

CommentFileSizeAuthor
#3 3354819-2.patch495 bytesrohitsharma401

Comments

johnv created an issue. See original summary.

rohitsharma401’s picture

Assigned: Unassigned » rohitsharma401
rohitsharma401’s picture

Assigned: rohitsharma401 » Unassigned
Status: Active » Needs review
StatusFileSize
new495 bytes

removed min-height and tested working fiine.

joelpittet’s picture

Status: Needs review » Fixed

Thanks @rohitsharma401 and @johnv

  • joelpittet committed d2f344cc on 8.x-1.x
    Issue #3354819 by rohitsharma401, johnv: Remove 'min-height: auto' . It...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.