Fix throbber location on the builds list in the info tab
This commit is contained in:
parent
00cdcfc803
commit
ced7c0ab49
2 changed files with 5 additions and 1 deletions
|
@ -60,4 +60,8 @@
|
|||
display: block;
|
||||
padding: 10px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.repo-panel-info-element .builds-list {
|
||||
min-height: 200px;
|
||||
}
|
|
@ -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 -->
|
||||
|
|
Reference in a new issue