diff --git a/wax-questions-service/src/MatchingService/components/MatchingContainerComponent.js b/wax-questions-service/src/MatchingService/components/MatchingContainerComponent.js index 990f4de65b0993ec630c51ef8f2292291424e1ae..05900e8b1b87fb7e3b3fcaadcf56a67b13e93b70 100644 --- a/wax-questions-service/src/MatchingService/components/MatchingContainerComponent.js +++ b/wax-questions-service/src/MatchingService/components/MatchingContainerComponent.js @@ -12,6 +12,10 @@ const MatchingWrapper = styled.div` flex-direction: column; margin: 0px 38px 15px 38px; margin-top: 10px; + + .ProseMirror-selectednode { + outline: none; + } `; const MatchingContainerTool = styled.div`