fix: missing gap

This commit is contained in:
Barış Soner Uşaklı
2026-02-12 18:04:48 -05:00
parent 5c73d33812
commit e16c56777d

View File

@@ -1,5 +1,5 @@
<button type="button" class="btn btn-ghost btn-sm d-flex align-items-center gap-2 dropdown-toggle" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> <button type="button" class="btn btn-ghost btn-sm d-flex align-items-center gap-2 dropdown-toggle" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<span component="category-selector-selected" class="d-flex align-items-center"> <span component="category-selector-selected" class="d-flex align-items-center gap-1">
{{{ if (selectedCategory && !showCategorySelectLabel) }}} {{{ if (selectedCategory && !showCategorySelectLabel) }}}
<span class="category-item d-inline-flex align-items-center gap-1"> <span class="category-item d-inline-flex align-items-center gap-1">
{buildCategoryIcon(selectedCategory, "24px", "rounded-circle")} {buildCategoryIcon(selectedCategory, "24px", "rounded-circle")}