Misaligned Cancel button on CI build page
When a set of builds is running you get the option to cancel them when viewing the builds page. The cancel button is pull-right but there is no padding around it so looks wrong. When builds are running the running time is also pull-right but not aligned with the cancel button either.
Should the div
and h3
be placed inside another div perhaps?
<div class='pull-right'>
<a class="btn btn-sm btn-danger" href="/ci/projects/2068/refs/master/commits/03fd5919a393b8784c601c76c3ed65912f4b522a/cancel">Cancel</a>
</div>
<h3>
Builds
<small class='pull-right'>
<i class='fa fa-time'></i>
10 minutes 44 seconds
</small>
</h3>