From 06cc01d91c19ef639198b0cbf7c8ad157f24bdb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn?= Date: Tue, 11 Nov 2014 18:25:07 +0100 Subject: [PATCH] Feature #3264: fix showback footer width --- src/sunstone/public/js/sunstone.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sunstone/public/js/sunstone.js b/src/sunstone/public/js/sunstone.js index 45b840a9e7..dba2d3539d 100644 --- a/src/sunstone/public/js/sunstone.js +++ b/src/sunstone/public/js/sunstone.js @@ -4893,7 +4893,7 @@ function showbackGraphs(div, opt){ "bSortClasses" : false, "bDeferRender": true, "iDisplayLength": 6, - "sDom": "t<'row collapse'<'small-6 columns'><'small-6 columns'p>>", + "sDom": "t<'row collapse'<'small-12 columns'p>>", "aoColumnDefs": [ { "bVisible": false, "aTargets": [0,1,2]} ]