Attaching several files it may happen that single previews have different heights because of files titles. If you use "float:left" with different heights divs, you could get a messy layout. Using "display: inline-block" with "vertical-align: top" we are sure that divs are aligned regularly.
Attaching several files it may happen that single previews have different heights because of files titles. If you use "float:left" with different heights divs, you could get a messy layout. Using "display: inline-block" with "vertical-align: top" we are sure that divs are aligned regularly.
bug
display: inline-block vertical-align: top
word-wrap: break-word