0
Not a bug
URL and PDF symbols break formatting
Hey,
I really like Bibbase.
One issue I keep encountering is as soon as I add a link, the symbol (no matter which symbol) does not seem to scale properly and breaks the single line layout.
This does not happen with the small text for doi, abstract etc.
See top entry at https://tsievert.com/publications/
Edit: I just added
img.bibbase_icon { max-height: 16px !important; }
to my CSS, but the problems remains.
Customer support service by UserEcho
There seems to be some funny CSS rules on your page (in style.css) that dictate a margin-top:
When I disable that margin-top, it renders correctly.
Not sure whether you can remove that rule in your style.css, if not then you should still be able to overwrite it by adding:
Does that work?
Thanks a lot for the fast answer!
The additional code fixed the issue.