mirror of
https://github.com/Redocly/redoc.git
synced 2025-02-07 13:30:33 +03:00
fix: pattern constrain spacing
This commit is contained in:
parent
c04f387378
commit
c7436f2cee
|
@ -58,9 +58,16 @@ export const PatternLabel = styled(FieldLabel)`
|
||||||
color: #3195a6;
|
color: #3195a6;
|
||||||
&::before,
|
&::before,
|
||||||
&::after {
|
&::after {
|
||||||
content: '/';
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&::before {
|
||||||
|
content: ' /';
|
||||||
|
}
|
||||||
|
|
||||||
|
&::after {
|
||||||
|
content: '/ ';
|
||||||
|
}
|
||||||
`;
|
`;
|
||||||
|
|
||||||
export const ExampleValue = styled(FieldLabel)`
|
export const ExampleValue = styled(FieldLabel)`
|
||||||
|
|
Loading…
Reference in New Issue
Block a user