mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 07:56:28 +08:00
fix: appear two colons
If the label attribute of the component Form.Item is a ReactNode and the same label tag exists inside the ReactNode, two colons will appear.
This commit is contained in:
parent
120ea3a38d
commit
7ccf6855c6
@ -105,7 +105,7 @@ input[type='checkbox'] {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
label {
|
||||
&>label {
|
||||
color: @label-color;
|
||||
|
||||
&::after {
|
||||
|
Loading…
Reference in New Issue
Block a user