Skip to content

Commit

Permalink
fix: Fix underline under whitespace (on Safari at least)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Dec 12, 2023
1 parent 1e472ca commit 97d2065
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions extension_explorer/templates/extensions.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,7 @@ <h1 class="text-center display-4">
<div class="card">
<div class="card-body">
<h2 class="card-title h5">
<a href="{{ url_for('extension_documentation', lang=lang, identifier=extension.id, version=extension.latest_version) }}">
{{ extension.name[lang] }}
</a>
<a href="{{ url_for('extension_documentation', lang=lang, identifier=extension.id, version=extension.latest_version) }}">{{ extension.name[lang] }}</a>
{% if 'recommended' in extension.tags %}
<span class="badge rounded-pill text-bg-light">{{ _("Recommended") }}</span>
{% endif %}
Expand Down

0 comments on commit 97d2065

Please sign in to comment.