I am trying to place a button in the center of a row, while having text aligned to the left on the same line:
<div class="col-xs-1">
<div class="card-header">
<h4 class="card-title">set</h4>
</div>
<div class="text-center">
<button type="button" class="btn btn-primary center-block add-option" id="add-option">test</button>
</div>
</div>
However, I am facing an issue and the result is not as expected: https://jsfiddle.net/DTcHh/96757/