Made tags wrap onto the next line when overflowing parent container
This commit is contained in:
		@@ -16,7 +16,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    <div>
 | 
					    <div>
 | 
				
			||||||
        <span>Tags</span>
 | 
					        <span>Tags</span>
 | 
				
			||||||
        <div class="flex gap-4">
 | 
					        <div class="flex flex-wrap gap-4">
 | 
				
			||||||
            {{range .}}
 | 
					            {{range .}}
 | 
				
			||||||
            <div>
 | 
					            <div>
 | 
				
			||||||
                <input id="{{.Name}}" name="tags" type="checkbox" value="{{.ID}}" />
 | 
					                <input id="{{.Name}}" name="tags" type="checkbox" value="{{.ID}}" />
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user