From 65409a9d977e97b5eb380bfd9a0aea2092cc753f Mon Sep 17 00:00:00 2001 From: Azgaar Date: Sat, 5 Feb 2022 17:13:54 +0300 Subject: [PATCH] set width to auto --- modules/ui/temperature-graph.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = "";