Skip to content

Commit

Permalink
New version 3.1.8. Read more https://github.com/xdan/jodit/releases/t…
Browse files Browse the repository at this point in the history
  • Loading branch information
xdan committed Jan 12, 2018
1 parent 861e450 commit 2e375e8
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
4 changes: 2 additions & 2 deletions build/jodit.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions build/jodit.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jodit",
"version": "3.1.7",
"version": "3.1.8",
"description": "Jodit is awesome and usefully wysiwyg editor with filebrowser",
"main": "index.js",
"scripts": {
Expand Down
7 changes: 5 additions & 2 deletions src/styles/modules/toolbar.less
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@
list-style: none !important;
font-size: 0;
background: @color-toolbar;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, 0.14);;
z-index: 5;
border: 1px solid @color-border;
border-bottom: 0;

& + .jodit_toolbar_dummy{
display:none;
}
Expand Down Expand Up @@ -72,7 +75,7 @@
border-left: 0px solid rgba(211, 211, 211, 0.6);
border-right: 1px solid #f1f1f1;
padding: 0;
margin: 2px -1px 0 !important;
margin: 2px 3px 0 !important;
cursor: default;
}

Expand Down

0 comments on commit 2e375e8

Please sign in to comment.