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

Problem in justified nav-pills #30

Closed
raminmjj opened this issue Aug 28, 2014 · 0 comments
Closed

Problem in justified nav-pills #30

raminmjj opened this issue Aug 28, 2014 · 0 comments
Assignees
Labels
Milestone

Comments

@raminmjj
Copy link

sample:

<div class="col-md-12">
    <ul class="nav nav-pills nav-justified">
      <li class="active"><a href="#">Home <span class="badge">42</span></a></li>
      <li><a href="#">Profile <span class="badge badge-danger">42</span></a></li>
      <li class="dropdown open">
        <a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown <b class="caret"></b></a>
        <ul class="dropdown-menu">
          <li><a href="#">@fat</a></li>
          <li><a href="#">@mdo</a></li>
        </ul>
      </li>
    </ul>
</div>
@morteza morteza changed the title Problem in Pills Problem in justified nav-pills Aug 28, 2014
@morteza morteza added the bug label Aug 28, 2014
@morteza morteza added this to the v3.2.0 milestone Aug 28, 2014
@morteza morteza self-assigned this Aug 28, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants