bashtage / sphinx-material

A material-based, responsive theme inspired by mkdocs-material
Other
312 stars 91 forks source link

References render with no space #93

Closed adamgayoso closed 2 years ago

adamgayoso commented 3 years ago

Any idea how to address this? Thanks!

Screen Shot 2021-02-01 at 3 19 45 PM

References
----------

.. [Andersson20] Alma Andersson, Joseph Bergenstråhle, Michaela Asp, Ludvig Bergenstråhle, Aleksandra Jurek, José Fernández Navarro & Joakim Lundeberg (2020),
   *Single-cell and spatial transcriptomics enables probabilistic inference of cell type topography*,
   `Communications Biology <https://www.nature.com/articles/s42003-020-01247-y>`__.
adamgayoso commented 3 years ago

Figured it out with my own custom css

bashtage commented 3 years ago

Happy to leave it open - what was your fix?

adamgayoso commented 3 years ago

Keep in mind I'm very inexperienced with CSS

dl.citation > dt {
    float: left;
    margin-right: 15px;
    font-weight: bold;
}

Screen Shot 2021-02-02 at 8 51 55 AM

bashtage commented 2 years ago

Thanks. Simple fix in master.