mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-27 11:27:01 +01:00
- Fixes #47924 - Prevents SVG icon from expanding and covering entire chat window - Adds explicit 24x24px dimensions to context-notice__icon SVG Root cause: The SVG element lacked explicit width and height attributes, causing it to expand to fill the parent container when the context usage warning appears (at ~85% token limit).