This seems like it might be a dead-end question, but in the off-chance that there might be some way to do what I'm looking for, I thought I'd ask the geniuses at stackoverflow before giving up.
Any type of solution at all (Javascript, CSS, etc) would do!
What I'd like to be able to do can be seen on this page: http://willdo.ca/test.php
I noticed that when a line wraps in an element with an auto width (ex. inline-block element), and with max-width set on it, whitespace remains causing the element to fill out to max-width even though the text doesn't technically reach this max-width (though I understand why it behaves this way, as this is technically the width of the element before the line was forced to wrap).
Hopefully the page I've supplied does a better job at describing what I've attempted to here.
The first outlined element is the normal (proper) behavior.
The second outlined element is the behavior I'd like to create (simulated by adding a line-break).
Here is a link to view/download the HTML I've used if need be: http://willdo.ca/test.txt