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

Glyphicon alignment in Android Chrome #12911

Closed
jafs opened this issue Mar 4, 2014 · 2 comments
Closed

Glyphicon alignment in Android Chrome #12911

jafs opened this issue Mar 4, 2014 · 2 comments
Labels

Comments

@jafs
Copy link

jafs commented Mar 4, 2014

I have a problem of alignment with glyphicons in Android Chrome when use a navbar:

image

The code of this menu is:

<nav class="navbar navbar-default" role="navigation">
    <div class="container-fluid">
      ...
      <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
        ...
        <form action="index.php?comp=search" method="post" class="navbar-form navbar-right" role="search">
          <div class="form-group has-feedback">
            <input accesskey="b" name="search" id="search" class="form-control " type="text" value="Search..." />
            <span class="glyphicon glyphicon-search form-control-feedback"></span>
          </div>
        </form>
      </div>
    </div>
</nav>
@cvrebert cvrebert added the css label Mar 4, 2014
@cvrebert
Copy link
Collaborator

cvrebert commented Mar 4, 2014

Probable duplicate of #12873.

@mdo
Copy link
Member

mdo commented Mar 4, 2014

That's also not what the feedback icons are for, and we won't be supporting that just yet.

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

3 participants