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}