Merge pull request #14629 from pratu16x7/css-fixes

[portal] fix item-preview column #13077
This commit is contained in:
Prateeksha Singh 2018-06-21 22:47:41 +05:30 committed by GitHub
commit c92bbcb9fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
<span class="indicator {{ "red" if doc.status=="Open" else "darkgrey" }}">
{{ doc.name }}</span>
</div>
<div class="col-xs-6 items-preview ellipsis">
<div class="col-xs-6 items-preview ellipsis ellipsis-width">
{{ doc.subject }}</div>
<div class="col-xs-3 text-right small text-muted">

View File

@ -10,7 +10,7 @@
</div>
</div>
<div class="col-sm-5">
<div class="small text-muted items-preview ellipsis">
<div class="small text-muted items-preview ellipsis ellipsis-width">
{{ doc.items_preview }}
</div>
</div>