From 38580bfe59f9405b35df417a02dde1de65587be6 Mon Sep 17 00:00:00 2001 From: chris <kokosias@yahoo.gr> Date: Fri, 12 Jan 2024 13:48:55 +0200 Subject: [PATCH] make outer span inline-block --- .../MultipleDropDownService/components/ContainerEditor.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/wax-questions-service/src/MultipleDropDownService/components/ContainerEditor.js b/wax-questions-service/src/MultipleDropDownService/components/ContainerEditor.js index 2c0241f22..27ce9ce42 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); } -- GitLab