We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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