From cc513b5274aa959799158d3bbf8f494644b4547a Mon Sep 17 00:00:00 2001 From: kolaente Date: Thu, 26 Mar 2020 22:21:09 +0100 Subject: [PATCH] Easymde preparations --- src/components/global/easymde.vue | 1 + src/styles/theme/theme.scss | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/src/components/global/easymde.vue b/src/components/global/easymde.vue index fba9a144b..4c42f510a 100644 --- a/src/components/global/easymde.vue +++ b/src/components/global/easymde.vue @@ -23,6 +23,7 @@ config: { autoDownloadFontAwesome: false, spellChecker: false, + placeholder: 'Click here to enter a description...', toolbar: [ 'heading-1', 'heading-2', diff --git a/src/styles/theme/theme.scss b/src/styles/theme/theme.scss index 75fd1a9fc..c0ee0ecf7 100644 --- a/src/styles/theme/theme.scss +++ b/src/styles/theme/theme.scss @@ -38,3 +38,7 @@ h1,h2,h3,h4,h5,h6{ .image.is-avatar{ border-radius: 100%; } + +button.table { + margin-bottom: 0 !important; +} \ No newline at end of file