diff --git a/wax-questions-service/src/MultipleDropDownService/components/MultipleDropDownComponent.js b/wax-questions-service/src/MultipleDropDownService/components/MultipleDropDownComponent.js
index 33815045d21e2135e298f203ecd2ee02487fd414..446b6c89b4b3d112eaed09242d6ecb386fc191eb 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`