Made tags wrap onto the next line when overflowing parent container

This commit is contained in:
Jason Streifling 2024-04-03 19:48:42 +02:00
parent 5d2d841aba
commit d0605660f7

View File

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