fix: large text in examples value

This commit is contained in:
anastasiia-developer 2022-05-03 12:14:53 +03:00
parent 4b03d32a6d
commit 314605fb83

View File

@ -31,5 +31,5 @@ export function Examples({ field }: { field: FieldModel }) {
const ExamplesList = styled.ul`
margin-top: 1em;
padding-left: 17px;
list-style-position: outside;
`;