- [x] I have searched the [issues](https://github.com/ant-design/ant-design/issues) of this repository and believe that this is not a duplicate. ### Reproduction link https://codesandbox.io/s/antd-reproduction-template-forked-5kcfs?file=/index.js ### Steps to reproduce Inside the reproduction sandbox: 1. click `edit` icon button in first row, where it's a `Description` with label `Test would failed`. ### What is expected? Edit input box should be full width as parent component (description content's width) and the input box should be displayed fully. ### What is actually happening? * Input box's width is much shorter that expected (should be 100% width as parent); * also the upper part of the border of input box is missing (maybe cut by wrapped <tr> element) (only in first `Item` in `Descriptions`); * the colon `:` of Description.Item's label will be overlapped by the input border. | Environment | Info | |---|---| | antd | 4.17.3 | | React | 17.0.2 | | System | macOS 12.0.1 | | Browser | safari latest & chrome latest | <!-- generated by ant-design-issue-helper. DO NOT REMOVE -->