Hide images in search result descriptions and make the descriptions align better

This commit is contained in:
Joseph Schorr 2015-04-27 14:31:49 -04:00
parent 62f8d23a91
commit 526f9c07b9
2 changed files with 7 additions and 2 deletions

View file

@ -185,7 +185,7 @@
<span ng-switch-when="repository">
<span class="avatar" data="result.namespace.avatar" size="16"></span>
<span class="result-name">{{ result.namespace.name }}/{{ result.name }}</span>
<div class="description" ng-if="result.description">
<div class="result-description" ng-if="result.description">
<div class="description markdown-view" content="result.description"
first-line-only="true" placeholder-needed="false"></div>
</div>