From: Scott Worley <scottworley@scottworley.com>
Date: Thu, 27 Jan 2022 20:40:30 +0000 (-0800)
Subject: The tag-input box appearing should not move other tasks' tags around
X-Git-Url: http://git.scottworley.com/vopamoi/commitdiff_plain/634868c9a2d36621da56cc6be8a863b5e90db941

The tag-input box appearing should not move other tasks' tags around
---

diff --git a/vopamoi.css b/vopamoi.css
index 814de51..9f4469c 100644
--- a/vopamoi.css
+++ b/vopamoi.css
@@ -4,7 +4,9 @@ input {
 .tag {
   float: right;
   margin-left: 1em;
+  font-size: 85%;
 }
 input.tag {
   width: 7em;
+  border: none;
 }