width: 100% for Firefox

This commit is contained in:
Scott Schneider 2014-02-13 11:58:38 -08:00
parent aa962e31d2
commit 2067b43a5f

View file

@ -116,6 +116,7 @@ d3.json( running_url+'?history=1',
var svg = d3.select( '#stats-vcloud-running' )
.append( 'svg' )
.attr( 'height', running_height )
.attr( 'width', '100%' )
.style( 'margin-top', '15px' )
.style( 'margin-bottom', '10px' )
.append( 'g' );