Skip to content

Commit

Permalink
fix(views): correctly set iframe width for PHPInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
jeabakker committed Jul 18, 2023
1 parent ffe94ea commit e72f476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/default/admin/server.php
Expand Up @@ -25,7 +25,7 @@
'text' => elgg_echo('admin:server:label:phpinfo'),
'content' => elgg_view('output/iframe', [
'src' => elgg_generate_url('phpinfo'),
'width' => '100%',
'style' => 'width: 100%;',
'height' => '2000px',
]),
];
Expand Down

0 comments on commit e72f476

Please sign in to comment.