From 0910c6ff9d99adc361b039f449fd0244bb6dc266 Mon Sep 17 00:00:00 2001 From: Faran Javed Date: Tue, 22 Apr 2025 23:05:29 +0500 Subject: [PATCH] [FIX]: #1328 Timeline Overlaps for Small Screen --- .../lowcoder/src/comps/comps/timelineComp/timelineComp.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/client/packages/lowcoder/src/comps/comps/timelineComp/timelineComp.tsx b/client/packages/lowcoder/src/comps/comps/timelineComp/timelineComp.tsx index 6e4f298dd..db45ba023 100644 --- a/client/packages/lowcoder/src/comps/comps/timelineComp/timelineComp.tsx +++ b/client/packages/lowcoder/src/comps/comps/timelineComp/timelineComp.tsx @@ -142,9 +142,15 @@ const TimelineComp = ( dispatch(changeChildAction("clickedIndex", index, false)); onEvent("click"); }} + // for responsiveness style={{ cursor: "pointer", color: value?.titleColor || style?.titleColor, + whiteSpace: "normal", + wordWrap: "break-word", + textAlign: "left", + height: "auto", + padding: "0" }} > {value?.title}