fixed weird container issue that somehow made its way into tower

This commit is contained in:
John Mitchell 2015-09-24 18:38:20 -04:00
parent 5b87eeb515
commit 4daa7874ad
2 changed files with 2 additions and 7 deletions

View File

@ -1,3 +1 @@
<div class="graph">
<svg width="100%" height="100%" preserveAspectRatio="xMinYMin"></svg>
</div>
<svg width="100%" height="100%" preserveAspectRatio="xMinYMin"></svg>

Before

Width:  |  Height:  |  Size: 101 B

After

Width:  |  Height:  |  Size: 70 B

View File

@ -43,7 +43,4 @@
</div>
</div>
<div class="graph">
<svg width="100%" height="100%"></svg>
</div>
<svg width="100%" height="100%"></svg>