Content-Length: 1209 | pFad | http://github.com/lowcoder-org/lowcoder/pull/1650.patch
thub.com
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}
--- a PPN by Garber Painting Akron. With Image Size Reduction included!Fetched URL: http://github.com/lowcoder-org/lowcoder/pull/1650.patch
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy