forked from jason/cpolis
		
	Correct size of tag field in add-tag.html
This commit is contained in:
		@@ -2,7 +2,7 @@
 | 
			
		||||
<h2>Neuer Tag</h2>
 | 
			
		||||
 | 
			
		||||
<form>
 | 
			
		||||
    <input required name="tag" placeholder="Tag eingeben" type="text" />
 | 
			
		||||
    <input class="w-full" name="tag" placeholder="Tag eingeben" required type="text" />
 | 
			
		||||
    <div class="btn-area">
 | 
			
		||||
        <input class="action-btn" type="submit" value="Anlegen" hx-post="/tag/add" hx-target="#page-content" />
 | 
			
		||||
        <button class="btn" hx-get="/hub" hx-target="#page-content">Abbrechen</button>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user