Skip to content

Commit

Permalink
site: Remove space after class icons
Browse files Browse the repository at this point in the history
Class icons look a bit funny in column headers since they always have
space after them (from the trailing newline). Remove it.

Signed-off-by: Sean Anderson <[email protected]>
  • Loading branch information
Forty-Bot committed May 17, 2024
1 parent f2f7d61 commit 2867946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trends/site/templates/macros/icons.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
style="opacity: {{ "{:.0%}".format(pct | float | opacit) }}"
{% endif %}
>
{% endmacro %}
{%- endmacro %}
{% macro demoicon(demoid) %}
{% if demoid != None %}
<a href="https://demos.tf/{{ demoid }}">
Expand Down

0 comments on commit 2867946

Please sign in to comment.