fixed empty reponse style

This commit is contained in:
gael 2023-10-23 15:23:14 +02:00
parent 28e8de2b4c
commit 270b86abc3

View File

@ -25,7 +25,7 @@ export const StyledResponseTitle = styled(ResponseTitle)`
(props.empty &&
`
cursor: default;
&::before {
&::after {
content: "—";
font-weight: bold;
width: 1.5em;