We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38e317e commit 921f883Copy full SHA for 921f883
src/form/style/index.tsx
@@ -64,14 +64,14 @@ const genFormStyle = (token: MergedToken): CSSInterpolation => {
64
[`${componentCls}-item-label > label`]: {
65
color: colorTextHeading,
66
'&::after': {
67
- content: ':',
+ content: '":"',
68
},
69
position: 'relative',
70
top: -0.5,
71
margin: `0 ${marginXS}px 0 ${marginXXS / 2}px`,
72
73
[`&${componentCls}-item-no-colon::after`]: {
74
- content: ' ',
+ content: '" "',
75
76
77
// ======================== Form Item ========================
0 commit comments