From f4fbdf14a9991fc152f7d9fa6e70d73e01f18f0d Mon Sep 17 00:00:00 2001 From: Maze Winther Date: Wed, 9 Jul 2025 22:17:54 +0200 Subject: [PATCH] style: text align --- apps/web/src/components/editor/timeline-element.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/components/editor/timeline-element.tsx b/apps/web/src/components/editor/timeline-element.tsx index c1c8b12..c580165 100644 --- a/apps/web/src/components/editor/timeline-element.tsx +++ b/apps/web/src/components/editor/timeline-element.tsx @@ -249,7 +249,7 @@ export function TimelineElement({ const renderElementContent = () => { if (element.type === "text") { return ( -
+
{element.content}