Made tags wrap onto the next line when overflowing parent container
This commit is contained in:
parent
5d2d841aba
commit
d0605660f7
@ -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}}" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user