mirror of
https://github.com/Redocly/redoc.git
synced 2025-07-11 08:42:24 +03:00
fixed empty reponse style
This commit is contained in:
parent
28e8de2b4c
commit
270b86abc3
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user