Skip to content

Commit ee1a8f7

Browse files
committed
Fixed auto-complete.
1 parent 2b0cb78 commit ee1a8f7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

code.bundle

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

public/js/editor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1740,7 +1740,7 @@ SNIPPETS.push({ type: 'css', search: 'vertical align top', text: 'vertical-align
17401740
SNIPPETS.push({ type: 'css', search: 'vertical align middle', text: 'vertical-align: <b>middle</b>', code: 'vertical-align: middle;', ch: 24 });
17411741
SNIPPETS.push({ type: 'css', search: 'vertical align bottom', text: 'vertical-align: <b>bottom</b>', code: 'vertical-align: bottom;', ch: 24 });
17421742
SNIPPETS.push({ type: 'css', search: 'background image picture url', text: '<b>background-image</b>', code: 'background: url() no-repeat 0 0;', ch: 17 });
1743-
SNIPPETS.push({ type: 'css', search: 'overflow hidden', text: 'overflow: <b>hidden</b>', code: 'overflow: hidden;', ch: 64 });
1743+
SNIPPETS.push({ type: 'css', search: 'overflow hidden', text: 'overflow: <b>hidden</b>', code: 'overflow: hidden;', ch: 18 });
17441744
SNIPPETS.push({ type: 'css', search: 'hellip overflow', text: '<b>hellip</b>', code: 'text-overflow: ellipsis; white-space: nowrap; overflow: hidden;', ch: 64 });
17451745
SNIPPETS.push({ type: 'css', search: 'text align center', text: 'text-align: <b>center</b>', code: 'text-align: center;', ch: 20 });
17461746
SNIPPETS.push({ type: 'css', search: 'text align right', text: 'text-align: <b>right</b>', code: 'text-align: right;', ch: 19 });

0 commit comments

Comments
 (0)