Roo/bootstrap/Component.js
authorAlan Knowles <alan@roojs.com>
Tue, 20 Jul 2021 04:27:54 +0000 (12:27 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 20 Jul 2021 04:27:54 +0000 (12:27 +0800)
Roo/bootstrap/Component.js

index efd739f..e9e0c40 100644 (file)
@@ -121,7 +121,7 @@ Roo.extend(Roo.bootstrap.Component, Roo.BoxComponent,  {
         }
         
         if (this.style) { // fixme needs to support more complex style data.
-            cfg.style = this.style;
+            cfg.style = (cfg.style || '') + '  ' + this.style;
         }
         
         if(this.name){