Reverted feature image caption centering - #29045
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
👮 Files not reviewed due to content moderation or server errors (1)
Warning Walkthrough skippedFile diffs could not be summarized. ✨ 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 |
|
| Command | Status | Duration | Result |
|---|---|---|---|
nx run ghost-admin:test |
✅ Succeeded | 2m 37s | View ↗ |
nx run @tryghost/admin:build |
✅ Succeeded | 1m 59s | View ↗ |
nx run-many -t lint -p ghost-admin |
✅ Succeeded | 18s | View ↗ |
nx run ghost:build:assets |
✅ Succeeded | 2s | View ↗ |
nx run ghost:build:tsc |
✅ Succeeded | 6s | View ↗ |
nx run-many --target=build --projects=tag:publi... |
✅ Succeeded | <1s | View ↗ |
💡 Verify your cache is correct by running tasks in a sandbox. Read docs ↗
☁️ Nx Cloud last updated this comment at 2026-07-02 12:16:43 UTC
ref #28730 - that PR enabled link search in the feature image caption and also centered the caption/alt text - we want to keep the link search functionality (and the transparent Alt button styling) but restore the previous left-aligned caption - this reverts only the layout changes (grid overlay, symmetric padding, text-align) back to their prior state
67d751e to
1eb907a
Compare

ref #28730
#28730 did two things: enabled link search in the feature image caption, and redesigned the caption layout so the caption/alt text is center-aligned. This PR reverts only the centering, keeping the link search functionality (and the transparent Alt button styling) intact.