Fix border radius issue in CSS for design consistency#7993
Open
netlify-coding[bot] wants to merge 1 commit intomainfrom
Open
Fix border radius issue in CSS for design consistency#7993netlify-coding[bot] wants to merge 1 commit intomainfrom
netlify-coding[bot] wants to merge 1 commit intomainfrom
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughSummary by CodeRabbit
WalkthroughThis PR adds a CSS rule override for terminal-styled code blocks in the custom stylesheet. The change targets Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Contributor
📊 Benchmark resultsComparing with f70e4b4
|
eduardoboucas
approved these changes
Mar 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

🔗 View agent run: https://app.netlify.com/projects/cli/agent-runs/69aa03b45127da9aeced9a49
🤖 Agent: Claude
💬 Prompt: We need to display the border radius CSS prop
The top border on left and right is breaking the design https://app.screencast.com/WJXmHnilxEgjC
Lets just display or remove it please
{
.expressive-code .frame, .expressive-code pre {
/* ...
✅ Result: Restored
border-radius: var(--smallRadius)on.expressive-code .frameand.expressive-code preso that regular code blocks retain their rounded corners. Added a more specific rule targeting.expressive-code .frame.is-terminal preto setborder-top-left-radius: 0andborder-top-right-radius: 0only on terminal-style code blocks. This fixes the visual issue where thepreelement's top corners were visibly rounded beneath thefigcaptionheader bar in terminal code boxes, while leaving all other code block styles unaffected.