By default form elements (input) in jQuery Mobile span over the full width of the screen.
How can I make them fit to the size of their content ?
By default form elements (input) in jQuery Mobile span over the full width of the screen.
How can I make them fit to the size of their content ?
You can use data-inline="true"
on buttons and selects to make them span to the width of their content.