• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Freegle / Iznik / 24864 / 24864
73%
master: 73%

Build:
DEFAULT BRANCH: master
Ran 04 Jul 2026 09:53PM UTC
Files 477
Run time 9s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

04 Jul 2026 09:28PM UTC coverage: 68.819%. Remained the same
24864

push

circleci

edwh
fix(chitchat): stop nested reply text shrinking inward per nesting level

The recent "reserve space so reply text clears the ... menu" change (ee1a66d9e) added
padding-right: 1.5rem to .reply-content. But NewsReplies renders <NewsReply class="reply-content">,
so that class also lands on the NewsReply component ROOT, which wraps the nested <NewsReplies>.
The scoped rule therefore hit both the inner text column AND every nesting root, so the
right padding (plus flex/min-width) compounded at each level - shifting each deeper reply
progressively inward and squeezing the text into a narrow column with a large wasted right
margin on mobile.

Scope the rule to `.reply > .reply-content` (the inner text column only, a direct child of the
.reply flex row) so it applies once per reply instead of accumulating down the nesting. The ...
menu still gets its 1.5rem clearance.

Verified in-browser on dev-live: root padding-right is now 0 (was 24px compounding); deep replies
wrap at ~7-8 words/line using the full width. Vitest 13863/0.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_014ZeG2zmg2JCR8pYEjAUaAk

26483 of 38482 relevant lines covered (68.82%)

19.56 hits per line

Source Files on job laravel - 24864
  • Tree
  • List 477
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 24864
  • CircleCI Build #24864
  • 215d2684 on github
  • Prev Job for on master (#24846)
  • Next Job for on master (#24885)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc