Update ui_utils.dart

This commit is contained in:
Ashita Prasad
2024-01-15 00:51:21 +05:30
parent 1c50591db1
commit 46b320501f

View File

@ -67,5 +67,5 @@ double? getJsonPreviewerMaxRootNodeWidth(double w) {
if (w < 400) {
return 200;
}
return null;
return w - 150;
}