angularjs - UI Bootstrap tabset content size larger than the menu -


<div id="menu-large" class="span12 hidden-phone">             <tabset class="span8">                 <tab heading="home">                     @rendersection("featured", false)                 </tab>                 <tab heading="contact">                     @renderpage("~/views/home/contact.cshtml")                 </tab>             </tabset>         </div> 

above code menu trying create using ui bootstrap, angluarjs, asp.net mvc4.

my issue want menu span8 long.. content within span12 long.

is there anyway can that?

ok, know late solved putting layering tabset inside div class row

<div class="row"> 

Comments

Popular posts from this blog

java - How to Configure JAXRS and Spring With Annotations -

visual studio - TFS will not accept changes I've made to a Java project -

php - Create image in codeigniter on the fly -