mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-07 13:44:54 +03:00
fix: large text in examples value
This commit is contained in:
parent
4b03d32a6d
commit
314605fb83
|
@ -31,5 +31,5 @@ export function Examples({ field }: { field: FieldModel }) {
|
||||||
|
|
||||||
const ExamplesList = styled.ul`
|
const ExamplesList = styled.ul`
|
||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
padding-left: 17px;
|
list-style-position: outside;
|
||||||
`;
|
`;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user