commit 8b4993fad59395b3e0cb9e272c88c2f62b33055e from: Omar Polo via: Thomas Adam date: Fri Jan 06 09:33:00 2023 UTC gotwebd: remove erratic horizontal scrolling In some pages gotwebd shows horizontal scrollbars because the error message overflows the width. Remove the explicit width in the CSS, the message is still rendered fine and doesn't overflow the page. spotted by and ok tracey@ commit - 85bccbf76e77e3f3f535f42d21d106ad54504758 commit + 8b4993fad59395b3e0cb9e272c88c2f62b33055e blob - 7ee40c3b69dbf14194f2d61478622267175c57c1 blob + d7d581b830dd549f2e3d19757290d8539f83618d --- gotwebd/files/htdocs/gotwebd/gotweb.css +++ gotwebd/files/htdocs/gotwebd/gotweb.css @@ -301,7 +301,6 @@ body { #err_content { clear: left; float: left; - width: 100%; padding-left: 20px; padding-top: 20px; padding-bottom: 20px;