I am using jQuery UI to create a button with a drop-down that is placed inside a dialog:
When I resize the width of the dialog to its minimal setting, the second part of the button jumps on the next line. How do I prevent it from wrapping — I want the button parts to never break apart.
Thanks
Specify white-space: nowrap; on the container.
Updated fiddle.