Easymde preparations

This commit is contained in:
kolaente 2020-03-26 22:21:09 +01:00
parent 701a46ecd4
commit cc513b5274
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
2 changed files with 5 additions and 0 deletions

View File

@ -23,6 +23,7 @@
config: {
autoDownloadFontAwesome: false,
spellChecker: false,
placeholder: 'Click here to enter a description...',
toolbar: [
'heading-1',
'heading-2',

View File

@ -38,3 +38,7 @@ h1,h2,h3,h4,h5,h6{
.image.is-avatar{
border-radius: 100%;
}
button.table {
margin-bottom: 0 !important;
}