Browse Source

Increase padding again.

pull/572/head
Sebastian 5 years ago
parent
commit
9b15f9e080
  1. 2
      frontend/app/shared/components/forms/markdown-editor.component.scss
  2. 2
      frontend/app/shared/components/forms/markdown-editor.component.ts

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

2
frontend/app/shared/components/forms/markdown-editor.component.ts

@ -91,7 +91,7 @@ export class MarkdownEditorComponent extends StatefulControlComponent<State, str
},
autoDownloadFontAwesome: true,
spellChecker: false,
status: true,
status: ['lines', 'words', 'cursor'],
toolbar: [
{
name: 'bold',

Loading…
Cancel
Save