Skip to content

Commit

Permalink
fix: adjust icon style.
Browse files Browse the repository at this point in the history
  • Loading branch information
FreemanPancake committed Nov 19, 2024
1 parent fd38a18 commit 8a2fa04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% load static i18n %}

<a class="btn cms-action-btn related-widget-wrapper-link" data-popup="yes" id="additional_content_settings_expiry_id_{{ field_id }}" href="{{ url }}" title="{% trans 'Additional Content Settings' %}">
<img src="{% static 'djangocms_content_expiry/svg/file.svg' %}">
<img src="{% static 'djangocms_content_expiry/svg/file.svg' %}" style="width: 16.8px; height: 16.8px; margin-line-end: 10px;">
</a>

0 comments on commit 8a2fa04

Please sign in to comment.