mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 10:08:40 -05:00
width: 100% for Firefox
This commit is contained in:
parent
aa962e31d2
commit
2067b43a5f
1 changed files with 1 additions and 0 deletions
|
|
@ -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' );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue