Skip to content

Commit

Permalink
Merge pull request #119 from fdagner/kontoauszug
Browse files Browse the repository at this point in the history
Portfolio min-width
  • Loading branch information
fdagner authored Aug 5, 2024
2 parents 28d44b4 + da1d197 commit 4cf876c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion portfolioanalyse.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ <h2>Portfolioanalyse</h2>
<button onclick="generatePortfolio()">Daten übernehmen</button>
<button onclick="randomizePortfolios()">Zufälliges Portfolio</button>
</div>
<div id="portfolioContainer">
<div id="portfolioContainer" style="min-width: 700px">
<svg id="portfolioSVG" style="width:100%;background-color:#fff;" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="-20 -20 780 440" style="background-color:#fff;padding:0px;width:100%;max-width:780px" onload="SVGonLoadKontoauszug()" width="780" height="440">
<!-- Achsen -->
Expand Down

0 comments on commit 4cf876c

Please sign in to comment.