Skip to content

Commit

Permalink
prevent full description button from breaking into two lines
Browse files Browse the repository at this point in the history
  • Loading branch information
yl5682 committed Jan 30, 2025
1 parent 07dd25b commit fede91b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/templates/collection.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<h1 class="uk-text-large uk-margin-remove" style="color: white; font-weight: bold;">{{ collection.label }}</h1>
<div class="rx-title-tagline">{{ volumes.paginator.count }} volume{{ volumes.paginator.count|pluralize }}</div>
<p class="uk-text-medium">{{ collection.summary|striptags|truncatechars:200 }}</p>
<button class="uk-button description-button" uk-toggle="target: #modal-full">Full Description</button>
<button class="uk-button description-button uk-text-nowrap" uk-toggle="target: #modal-full">Full Description</button>

{# TODO: image metadata, style or remove #}
{% if collection.collection_image_title %}<p>{{ collection.collection_image_title }}</p>{% endif %}
Expand Down

0 comments on commit fede91b

Please sign in to comment.