From 2207813d391f6b0eafeb03305d3940926d1a0425 Mon Sep 17 00:00:00 2001 From: Peter Stuifzand Date: Sun, 7 Jun 2020 20:17:43 +0200 Subject: [PATCH] Restrict the width of the editor --- templates/layout.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/layout.html b/templates/layout.html index ba84958..37c8177 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -179,6 +179,9 @@ .selected .marker { border-color: lightblue; } + #editor { + width: 750px; + } .editor.selected .marker { border-color: white; }