mirror of
https://github.com/foss42/apidash.git
synced 2025-09-22 21:23:22 +08:00
Update ui_utils.dart
This commit is contained in:
@ -67,5 +67,5 @@ double? getJsonPreviewerMaxRootNodeWidth(double w) {
|
|||||||
if (w < 400) {
|
if (w < 400) {
|
||||||
return 200;
|
return 200;
|
||||||
}
|
}
|
||||||
return null;
|
return w - 150;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user