From 9068d559988af9e6c47a0cd2ef3441d21b208517 Mon Sep 17 00:00:00 2001 From: David Rowe Date: Mon, 11 Jan 2016 15:58:00 +1300 Subject: [PATCH] Fix display of File > About Interface window --- interface/resources/html/interface-welcome.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/interface/resources/html/interface-welcome.html b/interface/resources/html/interface-welcome.html index 1fc719ed72..113de7f2a0 100644 --- a/interface/resources/html/interface-welcome.html +++ b/interface/resources/html/interface-welcome.html @@ -1,4 +1,4 @@ - + @@ -14,7 +14,7 @@ body { background: white; - width: 839px; + width: 100%; overflow-x: hidden; } @@ -181,7 +181,7 @@ function overrideBodyWidth() { document.body.style.width = "100%"; - container.style.width = "0"; + } //]]>