Skip to content

Commit

Permalink
Emoji overflow bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
klasjersevi committed Mar 28, 2018
1 parent 0646104 commit 53fd087
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
20 changes: 11 additions & 9 deletions dist/quill-emoji.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/quill-emoji.css.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/scss/core/_styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ button.ql-table[value="append-col"]::after { content: "COLS+"; }
text-indent: -999px;
padding-left: 20px;
box-sizing: border-box;
overflow: hidden;
}

.ap-copyright {
Expand Down

0 comments on commit 53fd087

Please sign in to comment.