From ba295265e6e2acfc92f6d50c5270beb7cdf4ccc2 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Thu, 22 Mar 2018 13:31:47 +0100 Subject: [PATCH] api-viewer: minor style fix --- api-viewer/PVEAPI.js | 1 + 1 file changed, 1 insertion(+) diff --git a/api-viewer/PVEAPI.js b/api-viewer/PVEAPI.js index a167b4c..835322f 100644 --- a/api-viewer/PVEAPI.js +++ b/api-viewer/PVEAPI.js @@ -208,6 +208,7 @@ Ext.onReady(function() { sections.push({ title: 'Returns: ' + rtype, + bodyPadding: 10, html: returnhtml }); }