From 3a02721f803427232d9a6b81464b48f3ac14d2ad Mon Sep 17 00:00:00 2001 From: Timur Ismagilov Date: Thu, 19 Aug 2021 00:11:35 +0500 Subject: [PATCH] Increase line height in the editor --- static/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/default.css b/static/default.css index dbf6c9a..7dfe534 100644 --- a/static/default.css +++ b/static/default.css @@ -82,7 +82,7 @@ header { width: 100%; margin-bottom: 1rem; } html { height:100%; padding:0; } body { margin: 0; font-size:16px; font-family: sans-serif; color: black; } input, kbd { font: inherit; color: inherit; } -textarea {font-size:16px; font-family: inherit;} +textarea {font-size:16px; font-family: inherit; line-height: 150%; } .edit { min-height: 80vh; } .edit__title { margin-top: 0; }