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 noticed .flip exists only for .navbar-left (and not .navbar-right) I was wondering if there is a reason for that?
As a workaround, I am currently using a simple css copied from distribution directory,and added the following:
.navbar-nav.navbar-left.flip { float: right !important; }
and it seems to work fine.
p.s. I can create a pull request if needed
The text was updated successfully, but these errors were encountered:
972ea67
It was a bug and not intended for sure. Thank you. It's fixed now.
Sorry, something went wrong.
I noticed, thanks! :) great project by the way, haven't used it for too much time but still works great so far.
p.s. not sure if this was automated, but either way thanks.
Yours, Matan Shukry
On Sat, Dec 27, 2014 at 11:09 AM, Morteza Ansarinia < [email protected]> wrote:
It was a bug and not intended for sure. Thank you. It's fixed now. — Reply to this email directly or view it on GitHub #44 (comment) .
— Reply to this email directly or view it on GitHub #44 (comment) .
No branches or pull requests
I noticed .flip exists only for .navbar-left (and not .navbar-right)
I was wondering if there is a reason for that?
As a workaround, I am currently using a simple css copied from distribution directory,and added the following:
and it seems to work fine.
p.s.
I can create a pull request if needed
The text was updated successfully, but these errors were encountered: