-
-
Notifications
You must be signed in to change notification settings - Fork 50.8k
New issue
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
fix: Row with gutter has additional gap #29059
Conversation
原本双负 cc @ant-design/ant-design-collaborators |
Size Change: +936 B (0%) Total Size: 835 kB
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 3cd4896:
|
Codecov Report
@@ Coverage Diff @@
## feature #29059 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 393 393
Lines 7607 7628 +21
Branches 2210 2211 +1
=========================================
+ Hits 7607 7628 +21
Continue to review full report at Codecov.
|
* feat: Allow user to configure the Tooltip in the Table header (#29002) * feat: Table header supports tooltipPlacement * docs: add Table tooltipPlacement * feat: Allow user to configure the Tooltip in the Table header * fix: fix jsx and use old code style * fix: replace if blocks with ternary operator * docs: fix url Co-authored-by: 偏右 <afc163@gmail.com> * docs: fix url Co-authored-by: harrisoff <john@smith.kyon> Co-authored-by: 偏右 <afc163@gmail.com> * fix: Row with gutter has additional gap (#29059) * chore: init gutter * feat: col support gap * chore: Update playground * fix: Safari padding * test: fix test case * test: More test case * docs: Update demo * test: Update coverage * test: Update test hack * feat(input-number): add keyboard prop to support disable keyboard (#29110) Co-authored-by: Ant Design GitHub Bot <yesmeck+ant-design-bot@gmail.com> Co-authored-by: Harrison <stlebea@foxmail.com> Co-authored-by: harrisoff <john@smith.kyon> Co-authored-by: 偏右 <afc163@gmail.com> Co-authored-by: 二货机器人 <smith3816@gmail.com> Co-authored-by: Kermit <kermitlx@outlook.com>
[中文版模板 / Chinese template]
🤔 This is a ...
🔗 Related issue link
resolve #28976
💡 Background and solution
📝 Changelog
gutter
provides additionalmargin-bottom
style.gutter
时会额外添加margin-bottom
样式的问题。☑️ Self Check before Merge
View rendered components/grid/demo/playground.md