We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
extra
help
2.11.2
osx, Chrome Version 58.0.3029.110 (64-bit)
https://codepen.io/anon/pen/QgqXYO?editors=0011
Define both extra and help props in Form.Item and make it long enough to wrap
Form.Item
Both text blocks should have the same line-height
help text has smaller line-height than extra
The text was updated successfully, but these errors were encountered:
dbd6f29
Merge branch 'master' of https://github.com/ant-design/ant-design
73e644b
* 'master' of https://github.com/ant-design/ant-design: (137 commits) chore: fix ts lint test: update snapshot for rc-calendar and rc-input-number deps: unlock rc-animate's minor, close: ant-design#6631 fix: TypeScript's definition of FormItemColOption (ant-design#6611) fix dataPicker onOk type definition (ant-design#6619) chore: update details for ant-design#6584 remove unused code fix hiddenTextarea typo chore: add className prop to DatePicker (ant-design#6584) adjust tree select checkbox position Fix form item extra content line height, close ant-design#6618 Improve autosize textarea scrollbar style, close ant-design#6609 Fix select overflow bug, close ant-design#6621 Don't impact select inside input group Fix input group extra padding Tweak range picker style Tweak date picker icon style remove style important fix snapshot Tweak tabs style at card top ...
No branches or pull requests
Version
2.11.2
Environment
osx, Chrome Version 58.0.3029.110 (64-bit)
Reproduction link
https://codepen.io/anon/pen/QgqXYO?editors=0011
Steps to reproduce
Define both
extra
andhelp
props inForm.Item
and make it long enough to wrapWhat is expected?
Both text blocks should have the same line-height
What is actually happening?
help
text has smaller line-height thanextra
The text was updated successfully, but these errors were encountered: