From 6a9ee99649524f73cf2beb074c990f71c43da663 Mon Sep 17 00:00:00 2001 From: Edward Date: Tue, 2 Dec 2014 17:34:19 +0800 Subject: [PATCH] Roo/bootstrap/dash/TabBox.js --- Roo/bootstrap/dash/TabBox.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Roo/bootstrap/dash/TabBox.js b/Roo/bootstrap/dash/TabBox.js index 87b36003fa..d5920f3133 100644 --- a/Roo/bootstrap/dash/TabBox.js +++ b/Roo/bootstrap/dash/TabBox.js @@ -65,6 +65,11 @@ Roo.extend(Roo.bootstrap.dash.TabBox, Roo.bootstrap.Component, { cn: [ header ] + }, + { + tag: 'div', + cls: 'tab-content no-padding', + cn: [] } ] } -- 2.39.2