Page MenuHomePhabricator

Board description does not limit full-sized images to its width
Open, Needs TriagePublic

Description

  1. Click 'Edit description' and insert a large-sized image e.g. [[File:Chaoscope sphère.jpg|thumb|1333x1333px]]
  1. The Board description will display the image in full size making Flow board unusable

Screen Shot 2016-11-15 at 12.35.07 PM.png (960×1 px, 573 KB)

  1. The Board description width settings do not get applied to inserted images:
.flow-component.flow-board-page .flow-board-header 
   width: 34%;

or

.flow-board-header 
    word-break: break-word;
    max-width: 700px;
  1. Flow board handles large-sized images correctly:

Screen Shot 2016-11-15 at 12.41.34 PM.png (920×874 px, 409 KB)