commit 025c25369f278576ed92bc0c80a5b9a61a2e851f from: Omar Polo date: Tue Jan 03 19:44:59 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 - 71cd355cb2711ad528715bbbb5b41be7c26ace2a commit + 025c25369f278576ed92bc0c80a5b9a61a2e851f 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;