]> git.scottworley.com Git - vopamoi/commitdiff
Keep tags visually associated with their task
authorScott Worley <scottworley@scottworley.com>
Thu, 27 Jan 2022 23:05:50 +0000 (15:05 -0800)
committerScott Worley <scottworley@scottworley.com>
Thu, 27 Jan 2022 23:05:50 +0000 (15:05 -0800)
If a task's tags line-wrap, the shouldn't go into the next task's space.

vopamoi.css

index 1fceed9d329e494892c65007696fe596d26b0d88..8483797b979abab1b033359b25073761129fc324 100644 (file)
@@ -15,3 +15,6 @@ input.tag {
   width: 7em;
   border: none;
 }
   width: 7em;
   border: none;
 }
+.task {
+  clear: right;
+}