🐛 fix(ui): remove static dash from cluster name display#2414
🐛 fix(ui): remove static dash from cluster name display#2414sarafarajnasardi wants to merge 2 commits intokubestellar:devfrom
Conversation
Remove CSS ::after pseudo-element that was adding an unwanted dash character to all react-flow nodes in the tree view. The rule was adding 'content: "-"' which appeared as a trailing dash after cluster names. Fixes kubestellar#2300 Signed-off-by: Sarafaraj Nasardi <sarafarajnasardi786@gmail.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Welcome to KubeStellar! 🚀 Thank you for submitting this Pull Request. Before your PR can be merged, please ensure: ✅ DCO Sign-off - All commits must be signed off with ✅ PR Title - Must start with an emoji: ✨ (feature), 🐛 (bug fix), 📖 (docs), 🌱 (infra/tests), Getting Started with KubeStellar: Contributor Resources:
🌟 Help KubeStellar Grow - We Need Adopters! Our roadmap is driven entirely by adopter feedback. Whether you're using KubeStellar yourself or know someone who could benefit from multi-cluster Kubernetes: 📋 Take our Multi-Cluster Survey - Share your use cases and help shape our direction! A maintainer will review your PR soon. Feel free to ask questions in the comments or on Slack! |
|
Hi @sarafarajnasardi. Thanks for your PR. I'm waiting for a kubestellar member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Remove CSS ::after pseudo-element that was adding an unwanted dash character to all react-flow nodes in the tree view. The rule was adding 'content: "-"' which appeared as a trailing dash after cluster names.
Fixes #2300
Description
Remove a CSS
::after pseudo-elementthat was adding an unwanted dash (-) to all React Flow nodes in the tree view. This resulted in a trailing dash being displayed after cluster names in both Staged Workloads and Deployed Workloads views.This change ensures cluster names render cleanly without any unintended characters.
Related Issue
Fixes #2300
Changes Made
Checklist
Please ensure the following before submitting your PR:
Screenshots or Logs (if applicable)
before

after

Additional Notes