diff --git a/wax-questions-service/src/MultipleDropDownService/components/ContainerEditor.js b/wax-questions-service/src/MultipleDropDownService/components/ContainerEditor.js index 27ce9ce42e2a7f7a733c6c5a5118beaa1a2427e0..10e94cb06d7992895ab6282a47cfd600db5d1b09 100644 --- a/wax-questions-service/src/MultipleDropDownService/components/ContainerEditor.js +++ b/wax-questions-service/src/MultipleDropDownService/components/ContainerEditor.js @@ -24,6 +24,10 @@ const EditorWrapper = styled.div` outline: none; } + img[class='ProseMirror-separator'] { + display: inline !important; + } + span { display: inline-block; width: 24px;