fix(documents): fix padding when tags input wraps (#227)

* fix(documents): fix padding when tags input wraps

* fix(documents): use padding for y not just b
This commit is contained in:
Joshua Anderson
2025-04-18 14:58:50 -06:00
committed by GitHub
parent 6880bfd41c
commit 0ba6a09923

View File

@@ -55,7 +55,7 @@ export const DocumentTagPicker: Component<{
<TagComponent name={tag.name} color={tag.color} class="text-xs my-1" closable onClose={() => state.remove(tag)} />
)}
</For>
<ComboboxInput />
<ComboboxInput class="py-2" />
</span>