-
Notifications
You must be signed in to change notification settings - Fork 101
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
b:NavBar brand-image aligned incorrectly #1050
Comments
Hold on... Don't start researching this yet. I just found something interesting about the code. I'll keep you posted. |
Yeah, I still have this issue. Although, my workaround is adding Is the navBar supposed to keep the image in the center or does it just offset it? |
i found in BF 4.0 the css style for the image with |
@sometowngeek can to try via brandImgStyle if the image need 'vertical-align: top' or / and 'display: inline-block'? |
#1050 set fixed css style for navbar brand image
Versions
Dilemma
I am having trouble getting the image aligned.
I tried following the documentation and haven't had any luck on making sure it's aligned properly.
It would be nice if the
<b:navBar ... >
would make sure there is enough padding/margin to make sure the div tag encompasses the whole content.This is the MCVE code I used:
I think the same thing happens with
<b:navBar brand="Foo" ...>
It would be nice to see this bug fixed. :)
The text was updated successfully, but these errors were encountered: