forked from jason/cpolis
		
	Corrected vertical gap size for tags when wrapping onto the next line
This commit is contained in:
		@@ -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}}" />
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user