Content-Length: 270402 | pFad | http://github.com/lowcoder-org/lowcoder/commit/56f1ae94f7ec40ee0647c5d95d099425c261a093
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>
Fetched URL: http://github.com/lowcoder-org/lowcoder/commit/56f1ae94f7ec40ee0647c5d95d099425c261a093
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments