diff --git a/modules/ui/temperature-graph.js b/modules/ui/temperature-graph.js index 59a8ac9c..0b3ea567 100644 --- a/modules/ui/temperature-graph.js +++ b/modules/ui/temperature-graph.js @@ -91,7 +91,7 @@ function showBurgTemperatureGraph(id) { }); drawGraph(); - $("#alert").dialog({title: "Annual temperature in " + b.name, position: {my: "center", at: "center", of: "svg"}}); + $("#alert").dialog({title: "Annual temperature in " + b.name, width: "auto", position: {my: "center", at: "center", of: "svg"}}); function drawGraph() { alertMessage.innerHTML = "";