From 0f064e5b47a10247f3d8172b42b8523ceca9c84f Mon Sep 17 00:00:00 2001 From: Michael Hunter Date: Sat, 4 Apr 2026 19:47:11 -0600 Subject: [PATCH] Fix dropdown overflow in layered JSON example Remove fixed width constraint on CoordinateAssignment dropdown container that caused a 9.2px RenderFlex overflow. The dropdown now sizes to fit its content naturally within the Wrap layout. Also add Claude Code artifacts to .gitignore. Co-Authored-By: Claude Opus 4.6 (1M context) --- .gitignore | 5 +++++ example/lib/layer_graphview_json.dart | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 84fe9c9..bb250ea 100644 --- a/.gitignore +++ b/.gitignore @@ -73,3 +73,8 @@ build/ !**/ios/**/default.pbxuser !**/ios/**/default.perspectivev3 AGENTS.md + +# Claude Code artifacts +.claude/ +CLAUDE.md +logs/ diff --git a/example/lib/layer_graphview_json.dart b/example/lib/layer_graphview_json.dart index 7fac5a0..ba2e592 100644 --- a/example/lib/layer_graphview_json.dart +++ b/example/lib/layer_graphview_json.dart @@ -138,7 +138,6 @@ class _LayerGraphPageFromJsonState extends State { ), ), Container( - width: 100, child: Column( children: [ Text('Alignment'),