#632 large images overflow in issues
Closed: Fixed Opened by ryanlerch.

if an image is large in an issue, it is not contstrained to the parent element, but flows over.

this is an easy css fix by adding a max-width:100% to the img element in issue comments.

largeimage.png


Fixed in https://pagure.io/pagure/pull-request/651

Metadata