From c57a13aa1dab781e57283d0a11a67436c2924031 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 11 Feb 2021 12:52:47 +0800 Subject: [PATCH] examples/bootstrap/popover.js --- examples/bootstrap/popover.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/bootstrap/popover.js b/examples/bootstrap/popover.js index 290c2362ae..1dc95ccf39 100644 --- a/examples/bootstrap/popover.js +++ b/examples/bootstrap/popover.js @@ -42,6 +42,7 @@ Roo.apply(Pman.Popover.FileTest.prototype, { modal : false, placement : 'right', style : 'width:500px', + cls: 'p-0', listeners : { show : function (_self) { @@ -54,8 +55,7 @@ Roo.apply(Pman.Popover.FileTest.prototype, { items : [ { xtype : 'Table', - cls : 'm-0', - listeners : { + listeners : { render : function (_self) { _this.grid = this; -- 2.39.2