The SQL console error strip uses break-all, so ordinary words break mid-character (e.g. "can/celing", "sta/tement"), and the "Fix with AI" button crowds the wrapping message.
Expected
Message wraps at word boundaries (breaking only when a token truly cannot fit), with the action on its own header row so the text gets full width.
Addressed by broisnischal/stroke-app#22.
The SQL console error strip uses
break-all, so ordinary words break mid-character (e.g. "can/celing", "sta/tement"), and the "Fix with AI" button crowds the wrapping message.Expected
Message wraps at word boundaries (breaking only when a token truly cannot fit), with the action on its own header row so the text gets full width.
Addressed by broisnischal/stroke-app#22.