Increase installed app title

This commit is contained in:
Johannes Zellner
2015-08-11 15:22:30 +02:00
parent f74f713bbd
commit 18feff1bfb
2 changed files with 9 additions and 2 deletions

View File

@@ -201,8 +201,8 @@
</div>
<br/>
<div class="row">
<div class="col-xs-12 text-left">
<div style="text-overflow: ellipsis; white-space: nowrap; overflow: hidden">{{ app.location || app.fqdn }}</div>
<div class="col-xs-12 text-center">
<div class="grid-item-top-title">{{ app.location || app.fqdn }}</div>
<div class="text-muted" style="text-overflow: ellipsis; white-space: nowrap; overflow: hidden">
{{ app | installationStateLabel }}
</div>