The css for the display price limits its width, which means part of the price can get cut off if the value is large enough.
Especially when using something like uc_vat and having it add "including GST" to th end of the price.

The patch addresses the problem as as far as my testing goes doesn't cause any problems.

CommentFileSizeAuthor
ubercart-display_price_cut_off.patch317 bytesAgileware
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

longwave’s picture

I think floated elements should always have explicit widths, otherwise they can have unpredictable effects in some browsers.

longwave’s picture

Status: Needs review » Fixed

Actually this doesn't seem to be an issue in practice, and makes the default output neater.

Committed to both branches.

Agileware’s picture

Awesome, thanks.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.