Skip to content

Commit c7436f2

Browse files
committed
fix: pattern constrain spacing
1 parent c04f387 commit c7436f2

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/common-elements/fields.ts

+8-1
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,16 @@ export const PatternLabel = styled(FieldLabel)`
5858
color: #3195a6;
5959
&::before,
6060
&::after {
61-
content: '/';
6261
font-weight: bold;
6362
}
63+
64+
&::before {
65+
content: ' /';
66+
}
67+
68+
&::after {
69+
content: '/ ';
70+
}
6471
`;
6572

6673
export const ExampleValue = styled(FieldLabel)`

0 commit comments

Comments
 (0)