Skip to content

Commit

Permalink
fix: nav global display in tab list (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasvinclav authored Oct 31, 2023
1 parent 49b9de8 commit f43ce20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unfold/templates/unfold/helpers/tab_list.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% if not is_popup %}
{% if tab_list or actions_list or actions_items %}
{% if tab_list or actions_list or actions_items or nav_global %}
<div class="flex items-start flex-col mb-2 text-gray-500 text-sm w-full md:border-b dark:md:border-gray-800 md:border-l-0 md:flex-row md:items-center md:justify-end dark:text-gray-400">
{% if tab_list %}
<ul class="border rounded-md flex flex-col w-full md:flex-row md:border-b-0 md:border-t-0 md:border-l-0 md:border-r-0 dark:border-gray-800">
Expand Down

0 comments on commit f43ce20

Please sign in to comment.