examples/bootstrap/popover.js
authorAlan Knowles <alan@roojs.com>
Thu, 11 Feb 2021 04:52:47 +0000 (12:52 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 11 Feb 2021 04:52:47 +0000 (12:52 +0800)
examples/bootstrap/popover.js

index 290c236..1dc95cc 100644 (file)
@@ -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;