Files
openclaw/ui
Vyctor H. Brzezowski 9837ad59fa fix(ui): keep the GitHub mark on its label's line when chat wraps (#123355)
* fix(ui): keep the GitHub mark on its label's line when chat wraps

The mark is an in-flow atomic inline, which carries a soft wrap opportunity
after it, so a chat line could end on the octocat and start the next one with
the reference it labels. Painting the mark out of flow and reserving its space
with the anchor's own padding removes that opportunity: nothing inside the
anchor precedes the label any more.

The anchor stays inline, so a long bare URL still fills the line it starts on
instead of moving down whole -- the sibling file-link chip's atomic treatment
could not be reused here.

* test(ui): route GitHub link layout test through Node
2026-08-15 01:26:30 -03:00
..