-
Notifications
You must be signed in to change notification settings - Fork 29
Fix CSS spacing for actions in Dashboard > Tasks #8452
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
Conversation
📝 WalkthroughWalkthroughThe changes involve updates to several UI components, primarily focusing on the Changes
Suggested labels
Suggested reviewers
Poem
Tip ⚡🧪 Multi-step agentic review comment chat (experimental)
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (5)
✅ Files skipped from review due to trivial changes (2)
⏰ Context from checks skipped due to timeout of 90000ms (1)
🔇 Additional comments (9)
✨ Finishing Touches
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
</div> | ||
) : ( | ||
<div> | ||
<Space direction="vertical" size={1}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IMHO this is cleaner than the <br>
tags.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
muchas gracias!
Fixed the CSS spacing for the task actions in the Dashboard > Tasks view. The same issue is also present in some of the other list views that have a similar "Actions" column.
High-level the underlying issue has to do with several factors:
<span>
,<ButtonLink>
,<a>
,<AsyncLink
) with different stylings<ButtonLink>
component. Sometimes the icon was passed a prop and had the default antd spacing applied. Other times, the icon was wrapped as child with it's on margin-right. (And worse case, you do both and end up with twice the right spacing :-/ )URL of deployed dev instance (used for testing):
Steps to test:
Issues:
(Please delete unneeded items, merge only when none are left open)