mirror of
https://github.com/Kpa-clawbot/meshcore-analyzer.git
synced 2026-06-04 11:01:23 +00:00
7abe2dd56b
After #1452 merged with width:fit-content + max-width on .gesture-hint, CDP showed the rule was still missing from CSSOM. Tracked it down to line 4024 of style.css which had a raw '(feat(#1062): green — implement gesture system)' string OUTSIDE any comment, after the #1062 closing marker. The parser ate forward through the .gesture-hint parent rule. One-character fix removes the parenthesized commit fragment. Verified via CDP: rule now appears in CSSOM and width:fit-content takes effect. Final follow-up to #1452. Co-authored-by: openclaw-bot <bot@openclaw.local>