\
\
\
diff --git a/src/sunstone/public/js/sunstone-util.js b/src/sunstone/public/js/sunstone-util.js
index a5084ac401..25d1b6af3e 100644
--- a/src/sunstone/public/js/sunstone-util.js
+++ b/src/sunstone/public/js/sunstone-util.js
@@ -511,9 +511,9 @@ function escapeDoubleQuotes(string){
//of plotting comes, we can put the data in the right place.
function generateMonitoringDivs(graphs, id_prefix){
var str = "";
- //42% of the width of the screen minus
+ //43% of the width of the screen minus
//129px (left menu size)
- var width = ($(window).width()-129)*42/100;
+ var width = ($(window).width()-129)*40/100;
var id_suffix="";
var label="";
var id="";
@@ -614,7 +614,7 @@ function setupTemplateUpdateDialog(){
//Put HTML in place
dialog.html(
'