Content placed under sidebar in newer Chrome version
As the title says, happens on every page with side bar, independent of logged in state.
Submitted by Elmer van Chastelet on 2 April 2013 at 12:22
44% of researchr’s visitors use chrome atm.
Issue Log
It is currently fixed by changing the CSS for span.body to have
display : inline-block
instead ofdisplay: block
.
This fix is only applied on the production server, not in the sources.
Same or similar issue for bibtex tab when viewing a publication. Sometimes invisible, sometimes a small column with 1-2 chars width for bibtex entries.
Happens in chrome, not in firefox using Ubuntu 11.04.
Changed the fix and also applied it to
span.publicationBibtex.pre
fix:
clear : both; /*Fixes layout issues displayed in chrome https://yellowgrass.org/issue/researchr/318 */
Applied at server and source code repo (r755).
Log in to post comments