Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents abe80fe + 0910c6f commit 56f1ae9Copy full SHA for 56f1ae9
‎client/packages/lowcoder/src/comps/comps/timelineComp/timelineComp.tsx
@@ -142,9 +142,15 @@ const TimelineComp = (
142
dispatch(changeChildAction("clickedIndex", index, false));
143
onEvent("click");
144
}}
145
+ // for responsiveness
146
style={{
147
cursor: "pointer",
148
color: value?.titleColor || style?.titleColor,
149
+ whiteSpace: "normal",
150
+ wordWrap: "break-word",
151
+ textAlign: "left",
152
+ height: "auto",
153
+ padding: "0"
154
155
>
156
<b>{value?.title}</b>
0 commit comments