Easymde preparations
This commit is contained in:
parent
701a46ecd4
commit
cc513b5274
2 changed files with 5 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
||||||
config: {
|
config: {
|
||||||
autoDownloadFontAwesome: false,
|
autoDownloadFontAwesome: false,
|
||||||
spellChecker: false,
|
spellChecker: false,
|
||||||
|
placeholder: 'Click here to enter a description...',
|
||||||
toolbar: [
|
toolbar: [
|
||||||
'heading-1',
|
'heading-1',
|
||||||
'heading-2',
|
'heading-2',
|
||||||
|
|
|
@ -38,3 +38,7 @@ h1,h2,h3,h4,h5,h6{
|
||||||
.image.is-avatar{
|
.image.is-avatar{
|
||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button.table {
|
||||||
|
margin-bottom: 0 !important;
|
||||||
|
}
|
Loading…
Reference in a new issue