fix: pattern constrain spacing

This commit is contained in:
Roman Hotsiy 2019-01-17 12:54:59 +02:00
parent c04f387378
commit c7436f2cee
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -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)`