Corrected vertical gap size for tags when wrapping onto the next line
This commit is contained in:
parent
d0605660f7
commit
972b8cac19
@ -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}}" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user