Fix throbber location on the builds list in the info tab

This commit is contained in:
Joseph Schorr 2015-03-18 12:11:40 -04:00
parent 00cdcfc803
commit ced7c0ab49
2 changed files with 5 additions and 1 deletions

View file

@ -61,3 +61,7 @@
padding: 10px;
text-align: center;
}
.repo-panel-info-element .builds-list {
min-height: 200px;
}

View file

@ -32,7 +32,7 @@
</div>
<!-- Builds -->
<div class="col-sm-6">
<div class="col-sm-6 builds-list">
<div class="stat-title">Recent Repo Builds</div>
<!-- Loading -->