Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Docs: Removed excessive spacing inside the editable in the Bootstrap …
Browse files Browse the repository at this point in the history
…UI example. Closes ckeditor/ckeditor5#903.
  • Loading branch information
oleq committed Mar 14, 2018
1 parent d13f684 commit 5f2973f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/_snippets/examples/bootstrap-ui-inner.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,11 @@ <h2>Custom UI</h2>
.ck-editor #bold { font-weight: bold; }
.ck-editor #italic { font-style: italic; }
.ck-editor #underline { text-decoration: underline; }

/* https://github.com/ckeditor/ckeditor5/issues/903 */
.ck-editor .ck-content > :first-child {
margin-top: 0;
}
</style>
</body>
</html>

0 comments on commit 5f2973f

Please sign in to comment.