Skip to content

Commit

Permalink
fix: resize and reposition resize handle on jodit editor
Browse files Browse the repository at this point in the history
  • Loading branch information
plinnegan committed Mar 14, 2022
1 parent e404151 commit 9933725
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/edit/edit.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import {editorConfig} from "./editorConfig";
import {ReadmeLink} from "./readmeLink.component";
import {isTestEnv} from "@pepfar-react-lib/http-tools";
import LoggedOutMessage from '../shared/components/LoggedOutMessage';
import './resizeStyle.css'


const styles = {
Expand Down
7 changes: 7 additions & 0 deletions src/modules/edit/resizeStyle.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.jodit-editor__resize {
height: 7px;
width: 7px;
left: calc(100% - 8px);
top: -15px;

}

0 comments on commit 9933725

Please sign in to comment.