From 00012d3285dbc960001b6c341906af918b27960a Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Wed, 19 Oct 2022 18:16:45 +1100 Subject: Use shape-outside to wrap event text in circles --- src/components/TimeLine.vue | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/components/TimeLine.vue b/src/components/TimeLine.vue index b3bab51..4832cfd 100644 --- a/src/components/TimeLine.vue +++ b/src/components/TimeLine.vue @@ -42,6 +42,10 @@
+
+
{{idToEvent.get(id)!.title}}
-- cgit v1.2.3