Content-Length: 269339 | pFad | https://github.com/lowcoder-org/lowcoder/commit/0910c6ff9d99adc361b039f449fd0244bb6dc266
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.
1 parent 4bcbc11 commit 0910c6fCopy full SHA for 0910c6f
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: https://github.com/lowcoder-org/lowcoder/commit/0910c6ff9d99adc361b039f449fd0244bb6dc266
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments