Skip to content
Snippets Groups Projects
Commit cf7f2918 authored by chris's avatar chris
Browse files

add display-inline

parent 2625d29d
No related branches found
No related tags found
No related merge requests found
Pipeline #57296 passed with stages
in 3 minutes and 14 seconds
...@@ -23,6 +23,7 @@ const StyledIconActionContainer = styled.span` ...@@ -23,6 +23,7 @@ const StyledIconActionContainer = styled.span`
const StyledIconAction = styled(Icon)` const StyledIconAction = styled(Icon)`
${props => props.isActive && activeStylesSvg} ${props => props.isActive && activeStylesSvg}
display: inline-block;
`; `;
const AnswerContainer = styled.div` const AnswerContainer = styled.div`
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment