We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a8d7bd commit ac3fad7Copy full SHA for ac3fad7
2 files changed
vis/js/templates/listentry/StandardListEntry.tsx
@@ -95,9 +95,9 @@ const StandardListEntry = ({
95
baseUnit={!isContentBased ? baseUnit : null}
96
/>
97
)}
98
+ {showCitations && <Citations number={citations} label={baseUnit} />}
99
<PaperButtons paper={paper} />
100
{!isStreamgraph && <Area paper={paper} isShort={showCitations} />}
- {showCitations && <Citations number={citations} label={baseUnit} />}
101
{!!backlink.show && (
102
<EntryBacklink
103
onClick={backlink.onClick}
vis/stylesheets/modules/list/_entry.scss
@@ -443,7 +443,6 @@ s.resulttype {
443
margin-top: 0px;
444
margin-bottom: 10px;
445
padding: 0;
446
- float: right;
447
color: $black;
448
font-weight: $fontweight700;
449
padding-right: 10px;
0 commit comments