From d7d4472216a50427b99ed772cec7eb38d6c004b3 Mon Sep 17 00:00:00 2001 From: chris <kokosias@yahoo.gr> Date: Fri, 12 Jan 2024 16:26:47 +0200 Subject: [PATCH] disaply img --- .../src/MultipleDropDownService/components/ContainerEditor.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wax-questions-service/src/MultipleDropDownService/components/ContainerEditor.js b/wax-questions-service/src/MultipleDropDownService/components/ContainerEditor.js index 27ce9ce42..10e94cb06 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; -- GitLab