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

index 9edb8b1..d2632d5 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 = (typeof(cfg.style) == 'undefined' ? this.style : cfg.style) + ' ' + this.style;
+            cfg.style = (typeof(cfg.style) == 'undefined' ? this.style : cfg.style) + '; ' + this.style;
         }
         
         if(this.name){