Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali committed Jul 27, 2022
1 parent 1121699 commit e3aa311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/homepage/src/guides/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
style="min-width: 18%">
{% for category_guides in guides_by_category %}
{% set hidden_category = loop.last and category != category_guides["category"] %}
<div class="category-link {% if loop.first %} mb-2 {% else %} my-2 {% endif %} font-semibold px-4 pt-2 text-ellipsis whitespace-nowrap block"
<div class="category-link {% if loop.first %} mb-2 {% else %} my-2 {% endif %} font-semibold px-4 pt-2 text-ellipsis block"
style="max-width: 12rem">
{{ category_guides["category"] }}
{% if hidden_category %}
Expand Down

0 comments on commit e3aa311

Please sign in to comment.