diff --git a/src/components/Responses/styled.elements.ts b/src/components/Responses/styled.elements.ts index 9cebc6e6..8aa2a0b7 100644 --- a/src/components/Responses/styled.elements.ts +++ b/src/components/Responses/styled.elements.ts @@ -25,7 +25,7 @@ export const StyledResponseTitle = styled(ResponseTitle)` (props.empty && ` cursor: default; -&::before { +&::after { content: "—"; font-weight: bold; width: 1.5em;