🐛 Fixed mobile preview overflow#29131
Conversation
|
Bugbot is not enabled for this team, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
|
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)
WalkthroughChangesThis change modifies the CSS class applied to the inner container
Sequence Diagram(s)Not applicable — this is a single-line CSS class change with no observable flow to diagram. Related PRs: None identified. Suggested labels: design-system, ui Suggested reviewers: None identified. Estimated code review effort: Low (1 line changed, single file, low complexity) 🐰 A tiny class, from hundred to full, 🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 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-many --target=build --projects=tag:publi... |
✅ Succeeded | <1s | View ↗ |
nx run-many -t test:unit -p @tryghost/admin-x-d... |
✅ Succeeded | 6m 40s | View ↗ |
nx run @tryghost/admin-x-settings:test:acceptance |
✅ Succeeded | 9m 43s | View ↗ |
nx run @tryghost/admin:build |
✅ Succeeded | 4m 23s | View ↗ |
nx run-many -t lint -p @tryghost/admin-x-design... |
✅ Succeeded | 1m | View ↗ |
nx run ghost-admin:test |
✅ Succeeded | 2m 58s | View ↗ |
nx run @tryghost/activitypub:test:acceptance |
✅ Succeeded | 59s | View ↗ |
nx run ghost:build:assets |
✅ Succeeded | 2s | View ↗ |
nx run ghost:build:tsc |
✅ Succeeded | 6s | View ↗ |
💡 Verify your cache is correct by running tasks in a sandbox. Read docs ↗
☁️ Nx Cloud last updated this comment at 2026-07-06 15:46:58 UTC

no ref
the class
size-100was calculating a fixed width and causing the mobile preview (theme, announcement bar, etc) to overflow the "phone" screen. Changing it tosize-fullfills the screen properly.Before (dark mode so it's easier to see the overflow):


After:

