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