Here’s a snippet of the code where you can have your buttons inline.
<div class="btn-toolbar">
<button type="button" class="btn btn-primary btn-md">
SAVE
</button>
<button type="button" class="btn btn-default btn-md ">
CANCEL
</button>
</div>
Run Snippet here -> https://www.bootply.com/winnieverzosa/0ZkU3RNgdu
