Fix edit & create tags input

This commit is contained in:
Adrian Woźniak 2024-11-14 17:31:08 +01:00
parent f406d133ab
commit af558d47a6

View File

@ -78,7 +78,7 @@
<label for="tags" class="flex gap-4">
<span class="w-24 shrink-0">Tags:</span>
<input id="tags" name="tags" class="textarea-with-view" value="{{tags}}" />
<input id="tags" name="tags" class="input border border-solid border-gray-200 rounded-lg w-full" value="{{tags}}" />
</label>
<div class="w-full flex gap-4 flex-wrap">
{% for tag in known_tags %}