Correct size of tag field in add-tag.html

This commit is contained in:
Jason Streifling 2024-09-09 22:01:26 +02:00
parent 8597f1b849
commit e554174c28

View File

@ -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>