Skip to content

Commit

Permalink
Change editor default top and bottom padding
Browse files Browse the repository at this point in the history
Allows editor toolbar fully show when just one line of text.
  • Loading branch information
chuckh committed Apr 10, 2017
1 parent 115b099 commit 0ebd75e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions polymer-quill-bubble-firebase.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ <h2>Standard Toolbar, Hide Results, Default height (50px), Save as HTML, Save ev
bower install --save polymer-quill
@demo demo/bubble.html
@demo demo/firebase.html
-->

<dom-module id="polymer-quill-bubble-firebase">
Expand All @@ -96,7 +96,7 @@ <h2>Standard Toolbar, Hide Results, Default height (50px), Save as HTML, Save ev
--calculated-polymer-quill-editor-max-height: var(--polymer-quill-editor-max-height, none);
--calculated-polymer-quill-editor-min-height: var(--polymer-quill-editor-min-height, 100px);
--calculated-polymer-quill-editor-border: var(--polymer-quill-editor-border, solid 1px #ccc);
--calculated-polymer-quill-editor-padding: var(--polymer-quill-editor-padding, 20px);
--calculated-polymer-quill-editor-padding: var(--polymer-quill-editor-padding, 30px 20px);
/*--calculated-polymer-quill-editor-overflow: var(--polymer-quill-editor-overflow, scroll);*/
display: block;
@apply(--polymer-quill);
Expand Down

0 comments on commit 0ebd75e

Please sign in to comment.