Skip to content

Commit fdea43d

Browse files
authored
Bug/wc 432 doi citation list numbering issue (#1704)
* add back NH Type, Year Pub, and Clear filters * cert-updates * fixed issue where ones digit was not showing for citations list * restore designsafe.dev.ext file
1 parent a0cb202 commit fdea43d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/modules/datafiles/src/projects/modals/MetricsModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ const MetricsModalBody: React.FC<{
502502
<Spin />
503503
) : (clarivateCitations?.length ?? 0) > 0 ? (
504504
<div style={{ maxHeight: 400, overflowY: 'auto', paddingRight: 8 }}>
505-
<ol style={{ paddingLeft: 18, marginBottom: 0 }}>
505+
<ol style={{ paddingLeft: 36, marginBottom: 0 }}>
506506
{clarivateCitations.map((c, idx) => (
507507
<li
508508
key={c?.doi || idx}

0 commit comments

Comments
 (0)