width: 100% for Firefox

This commit is contained in:
Scott Schneider 2014-02-13 11:58:38 -08:00
parent 0b07ff91f1
commit 97912d71d5

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' );