When floating images left or right, the height of the container being set to the static value of the image itself doesn't make much sense. We need a patch addresses that.
This patch also must preserve the padding and margin css properties set on images by applying those properties to the inline styling of the container along with the width.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dshields’s picture

Here's a patch that addresses these needs.