Skip to content

Instantly share code, notes, and snippets.

@kvn1234
Created January 23, 2019 03:43
Show Gist options
  • Save kvn1234/b58aebe6ec3e6b66f84cec426667fe03 to your computer and use it in GitHub Desktop.
Save kvn1234/b58aebe6ec3e6b66f84cec426667fe03 to your computer and use it in GitHub Desktop.
Summernote Bootstrap 4 placeholder not working
Add custom s/css like:
.note-placeholder {
display: block; //somehow it's display:none in the summernot bs4.css
}
because in the summernote bs4 css it's set to `display: none` for some f@cking reason
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment