We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6f9f8b commit be0330cCopy full SHA for be0330c
src/unfold/templates/unfold/helpers/app_list.html
@@ -39,7 +39,7 @@ <h2 class="font-semibold flex flex-row items-center mb-1 mx-3 py-1.5 px-3 select
39
</span>
40
41
{% if item.badge %}
42
- <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">
43
{% if item.badge_callback %}
44
{{ item.badge_callback }}
45
{% else %}
0 commit comments