fix: Form.Item should not exceed of form width (#21682)

This commit is contained in:
二货机器人 2020-02-28 16:45:25 +08:00 committed by GitHub
parent 57318136ce
commit ac94f96608
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -150,6 +150,7 @@
&-content {
flex: auto;
max-width: 100%;
}
}