From 7aad6331c7f001575ab078b18df1196318b470ae Mon Sep 17 00:00:00 2001 From: Magnus Hoff Date: Thu, 12 Oct 2017 15:02:02 +0200 Subject: [PATCH] Fix broken styling of editor --- assets/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/assets/style.css b/assets/style.css index b37a05a..84045c0 100644 --- a/assets/style.css +++ b/assets/style.css @@ -214,9 +214,11 @@ input:focus, textarea:focus { } textarea { + display: block; + border: none; background: none; - margin: 0; + margin: 0 auto; padding: 0; font-family: "SF Mono", "Monaco", "Inconsolata", "Fira Mono",