From 634868c9a2d36621da56cc6be8a863b5e90db941 Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Thu, 27 Jan 2022 12:40:30 -0800 Subject: [PATCH] The tag-input box appearing should not move other tasks' tags around --- vopamoi.css | 2 ++ 1 file changed, 2 insertions(+) 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; } -- 2.44.1