Merge "Fix Container details styles" into stable/newton

This commit is contained in:
Jenkins 2016-10-04 13:46:00 +00:00 committed by Gerrit Code Review
commit ade49c0f33
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
<div class="progress-bar"></div>
</div>
</div>
<ul ng-if="container.is_fetched" class="hz-object-detail">
<ul ng-if="container.is_fetched" class="hz-object-detail list-unstyled">
<li class="hz-object-count row">
<span class="hz-object-label col-lg-7 col-md-12" translate>Object Count</span>
<span class="hz-object-val col-lg-5 col-md-12">{$container.count$}</span>