bootstrap button width and height code example
Example 1: button max width bootstrap
<button type="button" class="btn btn-primary btn-block">Button Name</button>
Example 2: full width bootstrap button
class="btn btn-primary btn-block"
Example 3: bootstrap button full width
Create block level buttons—those that span the full width of a parent—by adding .btn-block.