trying to fix line breaks between tag and removal button

This commit is contained in:
2025-09-01 17:31:00 +02:00
parent 7478a8bdae
commit 3b3ae78176

View File

@@ -256,6 +256,7 @@ textarea{
border: 1px solid orange; border: 1px solid orange;
border-radius: 5px; border-radius: 5px;
padding: 5px; padding: 5px;
white-space: nowrap;
} }
.taglist .tag button{ .taglist .tag button{