Hide images in search result descriptions and make the descriptions align better
This commit is contained in:
parent
62f8d23a91
commit
526f9c07b9
2 changed files with 7 additions and 2 deletions
|
@ -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>
|
||||
|
|
Reference in a new issue