Skip to content

Commit 56f1ae9

Browse files
Merge pull request #1650 from iamfaran/fix/1328-timeline-overlaps
[FIX]: TImeline Component Overlaps on Small Screens
2 parents abe80fe + 0910c6f commit 56f1ae9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

client/packages/lowcoder/src/comps/comps/timelineComp/timelineComp.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,15 @@ const TimelineComp = (
142142
dispatch(changeChildAction("clickedIndex", index, false));
143143
onEvent("click");
144144
}}
145+
// for responsiveness
145146
style={{
146147
cursor: "pointer",
147148
color: value?.titleColor || style?.titleColor,
149+
whiteSpace: "normal",
150+
wordWrap: "break-word",
151+
textAlign: "left",
152+
height: "auto",
153+
padding: "0"
148154
}}
149155
>
150156
<b>{value?.title}</b>

0 commit comments

Comments
 (0)
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