<p>By default, all buttons in the body content are styled as block-level element so they fill the width of the screen:</p>
<ahref="index.html"data-role="button">Button</a>
<p>However, if you want a more compact button that is only as wide as the text and icons inside, add the <code>data-inline="true"</code> attribute to the button:</p>
<p>If you have multiple buttons that should sit side-by-side on the same line, wrap the buttons in a container that has a <code>data-inline="true"</code> attribute. This will style the buttons to be the width of their content and float the buttons so they sit on the same line. </p>
<p>If you want buttons to sit side-by-side but stretch to fill the width of the screen, you can use the <ahref="../content/content-grids.html">content column grids</a> to put normal full-width buttons into 2- or 3-columns.</p>