From 9b15f9e080e9677c38a0d44a9d606899287c52cc Mon Sep 17 00:00:00 2001 From: Sebastian Date: Wed, 2 Sep 2020 11:25:09 +0200 Subject: [PATCH] Increase padding again. --- .../app/shared/components/forms/markdown-editor.component.scss | 2 +- .../app/shared/components/forms/markdown-editor.component.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/app/shared/components/forms/markdown-editor.component.scss b/frontend/app/shared/components/forms/markdown-editor.component.scss index fe24f9274..108137e49 100644 --- a/frontend/app/shared/components/forms/markdown-editor.component.scss +++ b/frontend/app/shared/components/forms/markdown-editor.component.scss @@ -6,7 +6,7 @@ $background: #fff; box-sizing: content-box; height: 300px; padding-bottom: 10px; - padding-top: 0; + padding-top: 10px; } } diff --git a/frontend/app/shared/components/forms/markdown-editor.component.ts b/frontend/app/shared/components/forms/markdown-editor.component.ts index 36bbca4bb..12ab74d82 100644 --- a/frontend/app/shared/components/forms/markdown-editor.component.ts +++ b/frontend/app/shared/components/forms/markdown-editor.component.ts @@ -91,7 +91,7 @@ export class MarkdownEditorComponent extends StatefulControlComponent