Skip to content

Commit

Permalink
Merge branch 'master'
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangfuhao committed Oct 27, 2023
2 parents cc3df17 + 0bcf887 commit 976ef42
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions src/form/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -197,29 +197,16 @@
&-extra {
clear: both;
color: @text-color-secondary;
font-size: @font-size-base;
line-height: @line-height-base;
font-size: @font-size-sm;
line-height: @form-item-margin-bottom;
transition: color 0.3s @ease-out; // sync input color transition
.explainAndExtraDistance((@form-item-margin-bottom - @form-font-height) / 2);
}

&-explain {
margin: 2px 0;
height: 22px;
line-height: 22px;
}

&-explain-connected {
width: 100%;
}

&-extra {
font-size: @font-size-sm;
min-height: @form-item-margin-bottom - 4px;
line-height: @form-item-margin-bottom - 4px;
margin: @margin-xss 0;
}

&-with-help &-explain {
height: auto;
// min-height: @form-item-margin-bottom;
Expand Down

0 comments on commit 976ef42

Please sign in to comment.