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 6e4f298dd4..db45ba023b 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} pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy