From be6d5390cb64a846a584e576396b0fef41300091 Mon Sep 17 00:00:00 2001 From: DanInSpace104 <39777812+DanInSpace104@users.noreply.github.com> Date: Mon, 1 Nov 2021 10:12:39 +0500 Subject: [PATCH] Add padding to the edit__preview --- static/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/default.css b/static/default.css index d36d78b..bc337e3 100644 --- a/static/default.css +++ b/static/default.css @@ -90,7 +90,7 @@ textarea {font-size:16px; font-family: inherit; line-height: 150%; } .edit { min-height: 80vh; } .edit__title { margin-top: 0; } -.edit__preview { border: 2px dashed #ddd; } +.edit__preview { border: 2px dashed #ddd; padding: 10px; } .edit-form__textarea { width: 100%; height: calc(100% - 8rem); min-height: 4rem; } .edit-form__message { width: 100%; margin: 0.25em 0; } .edit-form__save { font-weight: bold; }