Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tabs break #103

Closed
rshsdev opened this issue Aug 27, 2011 · 0 comments
Closed

tabs break #103

rshsdev opened this issue Aug 27, 2011 · 0 comments

Comments

@rshsdev
Copy link

rshsdev commented Aug 27, 2011

hey guys i got this problem, when the tabs are being use in class content, tabs created a space between the text and the bottom border of the tabs, it happens when I have a

    tag on sidebar, it seems that the tabs react on
      tag on .sidebar,

      <div class='container-fluid'>
          <div class='sidebar'>
              <ul>
                  <li>sample</li>
                  <li>sample</li>
                  <li>sample</li>
                  <li>sample</li>
                  <li>sample</li>
                  <li>sample</li>
                  <li>sample</li>
                  <li>sample</li>
                  <li>sample</li>
                  <li>sample</li>
                  <li>sample</li>
                  <li>sample</li>
              </ul>
          </div>
          <div class='content'>
              <ul class='tabs'>
                  <li class='active'>sample</li>
                  <li>sample</li>
                  <li>sample</li>
                  <li>sample</li>
              </ul>
              <div class='row'>
                  <h2>My Header</h2>
              </div>
              <div class='row'>
                  <h2>My Header2</h2>
              </div>
          </div>
      
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant