From: Scott Worley Date: Thu, 27 Jan 2022 23:05:50 +0000 (-0800) Subject: Keep tags visually associated with their task X-Git-Url: http://git.scottworley.com/vopamoi/commitdiff_plain/73ffc3d0a75d43591035c83f123525faddae3a3b?ds=sidebyside Keep tags visually associated with their task If a task's tags line-wrap, the shouldn't go into the next task's space. --- 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; +}