function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
sushant sussushant sus 

Using bootstrap in lightning component and it reduces standard tab size

For testing purpose, i have commented all code and only embedded css of bootstrap. But it reduces size of lightning tab.

<aura:component controller="ServiceproviderController" implements="force:appHostable" access="global">
    <ltng:require  styles="/resource/bootstrap337/bootstrap-3.3.7-dist/css/bootstrap.min.css,/resource/bootstrap337/bootstrap-3.3.7-dist/css/bootstrap.min.css.map"
      scripts='/resource/jquery224,/resource/bootstrap337/bootstrap-3.3.7-dist/js/bootstrap.min.js'
</aura component>

Any body faces same issue while using bootstrap.I want to use bootstrap only for my functionality.