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

Inline failure for icons in responsive menu #10010

Closed
adamjgrant opened this issue Aug 21, 2013 · 1 comment
Closed

Inline failure for icons in responsive menu #10010

adamjgrant opened this issue Aug 21, 2013 · 1 comment

Comments

@adamjgrant
Copy link

Using a couple Facebook-like links in my navbar

grab 2013-08-21 a 6 05 52 pm

<ul class="navbar-right nav navbar-nav">
    <li>
        <a href="#"> 
            <span class="glyphicon glyphicon-shopping-cart">&nbsp;</span>
            <span class="visible-xs visible-sm">Shopping Cart</span>
            <span class="badge">3</span>
        </a>
    </li>
    <li>
        <a href="messages.html"> 
            <span class="glyphicon glyphicon-envelope">&nbsp;</span>
            <span class="visible-xs visible-sm">Messages</span>
            <span class="badge">10</span>
        </a>
    </li>
</ul>

In the responsive menu they appear as such:

grab 2013-08-21 a 6 06 01 pm

@cvrebert
Copy link
Collaborator

http://twbs.github.io/bootstrap/css/#responsive-utilities :

Responsive utilities are currently only available for block and table toggling. Use with inline and table elements is currently not supported.

Duplicate of #8869. Please search the issues and read the docs next time!

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

2 participants