bit of extra css to tame uber-long no-space strings in editor

Orual 91c6ca64 f3a316f2

+24
+2
crates/weaver-app/assets/styling/editor.css
··· 161 161 color: var(--color-text); 162 162 /* break-spaces ensures trailing whitespace takes up space and allows cursor placement */ 163 163 white-space-collapse: break-spaces; 164 + /* Wrap long words/URLs only when they would overflow */ 165 + overflow-wrap: break-word; 164 166 } 165 167 166 168 .editor-content:focus {
+22
docs/graph-data.json
··· 2232 2232 "created_at": "2026-01-07T19:19:22.093439371-05:00", 2233 2233 "updated_at": "2026-01-07T19:19:22.093439371-05:00", 2234 2234 "metadata_json": "{\"confidence\":85}" 2235 + }, 2236 + { 2237 + "id": 205, 2238 + "change_id": "2e1776c7-94aa-47f4-b1b3-63898529335e", 2239 + "node_type": "outcome", 2240 + "title": "Fixed login hang - added early exit in restore_session when already authenticated", 2241 + "description": null, 2242 + "status": "pending", 2243 + "created_at": "2026-01-07T19:44:35.176793385-05:00", 2244 + "updated_at": "2026-01-07T19:44:35.176793385-05:00", 2245 + "metadata_json": "{\"confidence\":95}" 2235 2246 } 2236 2247 ], 2237 2248 "edges": [ ··· 4390 4401 "weight": 1.0, 4391 4402 "rationale": "Fix addresses cannot type right of > issue", 4392 4403 "created_at": "2026-01-07T19:19:22.168136068-05:00" 4404 + }, 4405 + { 4406 + "id": 198, 4407 + "from_node_id": 202, 4408 + "to_node_id": 205, 4409 + "from_change_id": "3a60de43-fe8c-4678-b36a-9bff9f0d21fd", 4410 + "to_change_id": "2e1776c7-94aa-47f4-b1b3-63898529335e", 4411 + "edge_type": "leads_to", 4412 + "weight": 1.0, 4413 + "rationale": "Fixed by early-exit check in restore_session", 4414 + "created_at": "2026-01-07T19:44:39.301696883-05:00" 4393 4415 } 4394 4416 ] 4395 4417 }