Text and image in `.navbar-brand` issue
Created by: chesedo
When setting text and an image in the .navbar-brand
component, the text gets pushed below the image - breaking the navbar - since the image is set to display: block
in the Sass code. Cases where this would happen is when you want to display the brand name next to its minimal logo.
Recreate: Add an image and text to the navbar-brand
component of a navbar.
Expected behavior: That the text be next to the image.
Current behavior: The text gets pushed below the image