I have a button group with 2 buttons. On the left side of the group is a button with the text "ok" or "not ok". On the right side is a button with a dropdown menu attached to it, labeled with a caret. You can click one of the options of the dropdown to change the text of the button on the left. The button changes in size when the text is changed.
I want the button on the right to be attached to the right side of its element and for the left button to extend the width to the left of the encapsulating element.
I currently have a simple "float:right" style tag for the button group. This makes the group push to the right but still have a variable length left button.
Setting 100% width on the left button makes the button group separate and have the left button extend the entire width of the element and the right button just below the other button.