From 81b849898c47d6cff160e5f856aa9965ecae5936 Mon Sep 17 00:00:00 2001 From: azivner Date: Mon, 7 Jan 2019 23:17:12 +0100 Subject: [PATCH] stretch body to full window width, fixes #276 --- src/public/stylesheets/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/public/stylesheets/style.css b/src/public/stylesheets/style.css index 8c0386efd..59961e464 100644 --- a/src/public/stylesheets/style.css +++ b/src/public/stylesheets/style.css @@ -2,6 +2,7 @@ body { /* Fix for CKEditor block gutter icon "stretching" body and causing scrollbar to appear after pressing enter on the last line of the editor. */ position: fixed; + width: 100%; } #title-container {