From cf7f291873f16c2fd3ef9b1e210ee0a7da776e7d Mon Sep 17 00:00:00 2001
From: chris <kokosias@yahoo.gr>
Date: Fri, 12 Jan 2024 11:24:07 +0200
Subject: [PATCH] add display-inline

---
 .../components/MultipleDropDownComponent.js                      | 1 +
 1 file changed, 1 insertion(+)

diff --git a/wax-questions-service/src/MultipleDropDownService/components/MultipleDropDownComponent.js b/wax-questions-service/src/MultipleDropDownService/components/MultipleDropDownComponent.js
index 33815045d..446b6c89b 100644
--- a/wax-questions-service/src/MultipleDropDownService/components/MultipleDropDownComponent.js
+++ b/wax-questions-service/src/MultipleDropDownService/components/MultipleDropDownComponent.js
@@ -23,6 +23,7 @@ const StyledIconActionContainer = styled.span`
 
 const StyledIconAction = styled(Icon)`
   ${props => props.isActive && activeStylesSvg}
+  display: inline-block;
 `;
 
 const AnswerContainer = styled.div`
-- 
GitLab