On 04/12/2021 00:13, John Kitchin wrote:

    <div class="csl-left-margin">[1]</div><div class="csl-right-inline">G. Scalia, C.A. Grambow, B. Pernici, Y.-P. Li, W.H. Green, <a href="https://doi.org/10.1021/acs.jcim.9b00975 I don't see why there is an extra line there, I guess it is some CSS styling.

<div> by default is a block-level element, so "[1]" is shown on a separate line. Either csl-left-margin and csl-right-inline should be e.g. <span> elements or CSS should have something like

.csl-left-margin, .csl-right-inline { display: inline; }

or more versatile separate styles for proper indentation.

  <div class="csl-entry"><a id="citeproc_bib_item_1"></a>1. Scalia, G., Grambow, C. A., Pernici, B., Li, Y.-P., &#38; Green, W. H. (2020).

Notice that there is no separate <div> elements for the number and for the content.


Reply via email to