mirror of
https://github.com/foss42/apidash.git
synced 2025-05-29 04:50:36 +08:00
Fix View Code Pane Overflow
This commit is contained in:
@ -10,3 +10,7 @@ bool showButtonLabelsInBodySuccess(int options, double maxWidth) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
bool showButtonLabelsInViewCodePane(double maxWidth) {
|
||||
return (maxWidth < 400) ? false : true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user