From 270b86abc32af4a8796edb23d160a016d26987b6 Mon Sep 17 00:00:00 2001 From: gael Date: Mon, 23 Oct 2023 15:23:14 +0200 Subject: [PATCH] fixed empty reponse style --- src/components/Responses/styled.elements.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;