Skip to content

Commit

Permalink
Fix #9627 replace quill editor with draftjs editor in dashboard text …
Browse files Browse the repository at this point in the history
…widget (#9696)


---------

Co-authored-by: allyoucanmap <[email protected]>
  • Loading branch information
mumairr and allyoucanmap authored Nov 21, 2023
1 parent d40233d commit 08ca6a9
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
1 change: 1 addition & 0 deletions web/client/plugins/WidgetsBuilder.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ class SideBarComponent extends React.Component {
size={this.props.dockSize}
zIndex={this.props.zIndex}
position={this.props.position}
className="widgets-builder"
bsStyle="primary"
hideHeader
style={{...this.props.layout, background: "white"}}>
Expand Down
12 changes: 11 additions & 1 deletion web/client/themes/default/less/common.less
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,17 @@ div#sync-popover.popover {
position: absolute;
transform: translate(-50%, 0px);
}
}
}

// forced to avoid conflicts with no-image display for not found at link
.rdw-link-decorator-icon
{
width: 15px !important;
min-width: 10px !important;
min-height: 15px !important;
position: static !important;
vertical-align: text-top;
}

.form-control.intl-numeric {
float: unset;
Expand Down
5 changes: 5 additions & 0 deletions web/client/themes/default/less/wizard.less
Original file line number Diff line number Diff line change
Expand Up @@ -168,3 +168,8 @@
flex-direction: row-reverse;
}
}

.widgets-builder .ms2-border-layout-content {
position: relative;
overflow: auto;
}

0 comments on commit 08ca6a9

Please sign in to comment.