Skip to content

Commit

Permalink
Merge pull request #912 from brianikim/LPS-87458
Browse files Browse the repository at this point in the history
Fixes #911 Use correct CSS to place drag resize handle at the corner
  • Loading branch information
julien authored Nov 20, 2018
2 parents 89e3fcd + 61380a1 commit aab69a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/dragresize_ie11.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
// Bottom-left corner style of the resizer.
'.cke_image_resizer.cke_image_resizer_left{' +
'right:auto;' +
'left:-5px;' +
'left:-25px;' +
'cursor:sw-resize;' +
'}' +
'.cke_widget_wrapper:hover .cke_image_resizer,' +
Expand Down

1 comment on commit aab69a8

@brianikim
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello @jbalsas ,

Could we get a new version release with this change included?

Please sign in to comment.