Skip to content

Commit

Permalink
fix: compat FormItem styles for chrome88 (#3121)
Browse files Browse the repository at this point in the history
  • Loading branch information
weixiangchen520 committed May 12, 2022
1 parent 6fcdc13 commit 9eb7306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/src/form-item/main.scss
Expand Up @@ -355,7 +355,7 @@
> .#{$form-item-cls}-control {
> .#{$form-item-cls}-control-content {
> .#{$form-item-cls}-control-content-component {
> *:first-child:not(.#{$css-prefix}switch, .#{$css-prefix}icon, .#{$css-prefix}formily-icon, .anticon) {
> *:first-child:not(.#{$css-prefix}switch):not(.#{$css-prefix}icon):not(.#{$css-prefix}formily-icon):not(.anticon) {
width: 100%;
}
}
Expand Down

0 comments on commit 9eb7306

Please sign in to comment.