All OK: http://prntscr.com/iqo8f7
When I make width smaller: http://prntscr.com/iqo8nj
My button on the right is not responsive. It's ok if the width is big, otherwise it doesn't seem to resize correctly.
Any idea why?
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<div class="row">
<div class="col-sm-11">
<h5 class="inline" style="vertical-align: sub"> Status: </h5>
<span class="label label-warning label-lg-status">In Progress</span>
<hr>
</div>
<div class="col-sm-1">
<button class="btn btn-danger deleteEnvironment" name="ENVU"> Delete</button>
</div>
</div>