Skip to content

Commit

Permalink
Show timeline on iOS
Browse files Browse the repository at this point in the history
Add a minimum height and width for commitments timeline

closes #88
  • Loading branch information
TangoYankee committed Aug 23, 2024
1 parent 116764f commit b6b2946
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,12 @@ export function CapitalCommitmentsTimeline({
}

return (
<Flex maxWidth={"350px"} margin={"auto"}>
<Flex
minHeight={"75px"}
minWidth={"300px"}
maxWidth={"350px"}
margin={"auto"}
>
<svg viewBox="0 0 300 75" xmlns="http://www.w3.org/2000/svg" fill="none">
<g>
<line
Expand Down

0 comments on commit b6b2946

Please sign in to comment.