Corrected vertical gap size for tags when wrapping onto the next line

This commit is contained in:
Jason Streifling 2024-04-03 19:51:27 +02:00
parent d0605660f7
commit 972b8cac19

View File

@ -16,7 +16,7 @@
<div>
<span>Tags</span>
<div class="flex flex-wrap gap-4">
<div class="flex flex-wrap gap-x-4">
{{range .}}
<div>
<input id="{{.Name}}" name="tags" type="checkbox" value="{{.ID}}" />