diff --git a/wax-questions-service/src/MultipleDropDownService/components/ContainerEditor.js b/wax-questions-service/src/MultipleDropDownService/components/ContainerEditor.js
index 2c0241f22d650b5a5a53b52ad54c2869536bf9b4..27ce9ce42e2a7f7a733c6c5a5118beaa1a2427e0 100644
--- a/wax-questions-service/src/MultipleDropDownService/components/ContainerEditor.js
+++ b/wax-questions-service/src/MultipleDropDownService/components/ContainerEditor.js
@@ -24,6 +24,12 @@ const EditorWrapper = styled.div`
       outline: none;
     }
 
+    span {
+      display: inline-block;
+      width: 24px;
+      height: 24px;
+    }
+
     p.empty-node:first-child::before {
       content: attr(data-content);
     }