Roo/bootstrap/NavGroup.js
authorAlan Knowles <alan@roojs.com>
Tue, 4 Dec 2018 08:46:32 +0000 (16:46 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 4 Dec 2018 08:46:32 +0000 (16:46 +0800)
Roo/bootstrap/NavGroup.js

index 5fd5f03..1e90ccd 100644 (file)
@@ -59,7 +59,7 @@ Roo.extend(Roo.bootstrap.NavGroup, Roo.bootstrap.Component,  {
         };
         if (Roo.bootstrap.version == 4) {
            if (['tabs','pills'].indexOf(this.type) != -1) {
-               cfg.cls = ' nav-' + this.type; 
+               cfg.cls = 'nav nav-' + this.type; 
            } else {
                cfg.cls += ' navbar-nav';
            }