Calendar Popup

Permalink
If you have an image in the core calendar popup it doesn't get constrained to max container width. The popup is outside of the .ccm-page wrapper.

Could someone submit a core css request via github to add:
div.ccm-block-calendar-event-dialog-details  img{
   max-width: 100%;
}

tallacman