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 a88f1df commit 2d3fa89
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,13 @@ export function CapitalCommitmentsTimeline({

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

0 comments on commit 2d3fa89

Please sign in to comment.