WIP: API: add icon_url
#122
@ -87,6 +87,10 @@
|
||||
text-overflow: ellipsis
|
||||
white-space: nowrap
|
||||
|
||||
&.ext-detail-info-tags
|
||||
text-overflow: clip
|
||||
white-space: wrap
|
||||
|
||||
dl,
|
||||
dd:last-child
|
||||
margin-bottom: 0
|
||||
|
@ -109,7 +109,7 @@
|
||||
</div>
|
||||
|
||||
<div class="dl-row">
|
||||
<dd>
|
||||
<dd class="ext-detail-info-tags">
|
||||
{% if version.tags.count %}
|
||||
{% include "extensions/components/tags.html" with small=True version=version %}
|
||||
{% else %}
|
||||
|
@ -219,7 +219,9 @@
|
||||
|
||||
{% if latest.tags.count %}
|
||||
<div class="dl-row">
|
||||
<dd>{% include "extensions/components/tags.html" with small=True version=latest %}</dd>
|
||||
<dd class="ext-detail-info-tags">
|
||||
{% include "extensions/components/tags.html" with small=True version=latest %}
|
||||
</dd>
|
||||
</div>
|
||||
{% endif %}
|
||||
</dl>
|
||||
|
Loading…
Reference in New Issue
Block a user