Skip to content

Commit

Permalink
fix: badge relative positioning (#771)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasvinclav committed Sep 26, 2024
1 parent e6f9f8b commit be0330c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unfold/templates/unfold/helpers/app_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ <h2 class="font-semibold flex flex-row items-center mb-1 mx-3 py-1.5 px-3 select
</span>

{% if item.badge %}
<span class="bg-red-600 font-semibold ml-2 px-1 rounded-sm text-xs text-white">
<span class="bg-red-600 font-semibold ml-2 px-1 relative rounded-sm text-xs text-white">
{% if item.badge_callback %}
{{ item.badge_callback }}
{% else %}
Expand Down

0 comments on commit be0330c

Please sign in to comment.