id summary reporter owner description type status priority milestone component version severity resolution keywords cc branch changelog apichanges internalchanges 11154 Set a css max-width on image attachments for tickets kcerny@… "Images that are wider than the ticket's description div overflow past the size of the containing div, as in the image below: [[Image(overflow.png)]] This can be rectified with a small change to `htdocs/css/ticket.css` by adding the following: {{{ #ticket .description IMG { max-width: 100%; } }}} The end result: [[Image(constrained.png)]]" defect closed low wiki system 1.0 normal worksforme css image