Skip to content

Commit

Permalink
fix: spacing in object tools
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasvinclav committed May 17, 2023
1 parent d649685 commit f343b7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/unfold/static/unfold/css/styles.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/unfold/templates/admin/change_list_object_tools.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<li class="flex flex-row items-center">
{% url cl.opts|admin_urlname:"add" as add_url %}

<span class="block bg-gray-200 h-5 mr-4 w-px dark:bg-gray-700"></span>
<span class="block bg-gray-200 h-5 mx-4 w-px dark:bg-gray-700"></span>

<a href="{% add_preserved_filters add_url is_popup to_field %}" class="addlink bg-primary-600 block flex items-center h-9 justify-center -my-1 rounded-full w-9" title="{% blocktranslate with cl.opts.verbose_name as name %}Add {{ name }}{% endblocktranslate %}">
<span class="material-symbols-outlined text-white">add</span>
Expand Down

0 comments on commit f343b7e

Please sign in to comment.