Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c9ca7b5

Browse files
Merge branch 'main' into fix-container-height-reset-on-child-delete
2 parents 75dd925 + a770a42 commit c9ca7b5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,14 +91,15 @@ const TimelineComp = (
9191
return (
9292
<div
9393
style={{
94-
margin: style.margin,
95-
padding: style.padding,
96-
width: widthCalculator(style.margin),
97-
height: heightCalculator(style.margin),
94+
margin: style.margin??'3px',
95+
padding: style.padding??'3px',
96+
width: widthCalculator(style.margin??'3px'),
97+
height: heightCalculator(style.margin??'3px'),
9898
background: style.background,
9999
overflow: "auto",
100100
overflowX: "hidden",
101101
borderRadius: style.radius,
102+
//height: '100%'
102103
}}
103104
>
104105
<Timeline

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /