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 && (props.empty &&
` `
cursor: default; cursor: default;
&::before { &::after {
content: "—"; content: "—";
font-weight: bold; font-weight: bold;
width: 1.5em; width: 1.5em;