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; }