Fix spacing in download#3999
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using high effort and found 2 potential issues.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Want fixes drafted automatically? Bugbot Autofix can create code changes for findings. A team admin can enable Autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit b813282. Configure here.
ApprovabilityVerdict: Approved This is a trivial spacing fix adding a non-breaking space ( You can customize Macroscope's approvability policy. Learn more. |
Co-authored-by: codex <codex@users.noreply.github.com>
Dismissing prior approval to re-evaluate 4844ebe

What Changed
Why
It bothered me
UI Changes
After my PR

Checklist
Note
Fix spacing between 'Check the' text and GitHub link in download page
Replaces a line break between inline text and an anchor with a non-breaking space in download.astro to prevent unwanted line wrapping.
Macroscope summarized 7c102bb.
Note
Low Risk
Single-line marketing copy markup change with no logic, API, or security impact.
Overview
Fixes awkward wrapping in the “Looking for older versions?” footer on the download page by keeping “Check the” and the GitHub releases link on the same line.
The markup no longer breaks between the text and the
<a>tag; it uses so the browser does not insert a line break between the and the link label.Reviewed by Cursor Bugbot for commit 7c102bb. Bugbot is set up for automated code reviews on this repo. Configure here.