From 73ffc3d0a75d43591035c83f123525faddae3a3b Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Thu, 27 Jan 2022 15:05:50 -0800 Subject: [PATCH] Keep tags visually associated with their task If a task's tags line-wrap, the shouldn't go into the next task's space. --- vopamoi.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vopamoi.css b/vopamoi.css index 1fceed9..8483797 100644 --- a/vopamoi.css +++ b/vopamoi.css @@ -15,3 +15,6 @@ input.tag { width: 7em; border: none; } +.task { + clear: right; +} -- 2.44.1