style(answer): tighten spacing under the Sources capsule#681
Conversation
Reduce the vertical gap between the Sources capsule and the "Copy with sources" action row. The capsule and copy control each keep a 44px tap target with small centered content, which reserved a large visible gap; tighten the answer stack to space-y-1 and pull the capsule group down with -mb-2 so the copy row sits directly under the pill. Tap targets are unchanged. The Source-only alert keeps its place directly above the capsule. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01QA5WCQ6TZfumiHgu2Pjufp
|
This pull request has been ignored for the connected project Preview Branches by Supabase. |
|
Warning Review limit reached
Next review available in: 35 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Summary
space-y. This tightens the answer stack tospace-y-1and pulls the capsule group down with-mb-2, so the copy row sits directly beneath the pill.Files:
src/components/clinical-dashboard/answer-content.tsx(two className changes on the answer stack container and the capsule group).Verification
npm run verify:pr-localnpm run verify:uiwhen UI, routing, styling, browser behavior, reduced-motion, or forced-colors behavior changednpm run verify:releasebefore release or handoff confidence claimsClinical Governance Preflight
Presentational spacing only (margin/
space-yon the answer layout); no change to ingestion, retrieval, answer generation, source data, metadata, or governance behaviour. The properties below remain unaffected:Clinical KB Database(sjrfecxgysukkwxsowpy)Notes
-mb-2lets the two 44px tap targets' transparent edges overlap slightly so the visible controls read closer together; the visible pill and copy label do not overlap.🤖 Generated with Claude Code
Generated by Claude Code