We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have a problem of alignment with glyphicons in Android Chrome when use a navbar:
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>
The text was updated successfully, but these errors were encountered:
Probable duplicate of #12873.
Sorry, something went wrong.
That's also not what the feedback icons are for, and we won't be supporting that just yet.
No branches or pull requests
I have a problem of alignment with glyphicons in Android Chrome when use a navbar:
The code of this menu is:
The text was updated successfully, but these errors were encountered: