mirror of
https://github.com/papra-hq/papra.git
synced 2025-12-29 08:59:41 -06:00
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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user