Skip to content

Commit 0a041cf

Browse files
committed
Merge branch 'visconnect-prototype-biography-and-mentoring' into bugfix/pubmed-citations
2 parents 91cdad9 + 631ae5e commit 0a041cf

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

vis/js/templates/Paper.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ class Paper extends React.Component {
358358
<div key={id} className="stat" style={{
359359
textWrap: 'nowrap'
360360
}}>
361-
<p className={`stat ${sizeModifierClass}`}>
361+
<p id="stat" className={sizeModifierClass}>
362362
<span style={{
363363
textWrap: 'nowrap'
364364
}} className="num-stat">{value || value === 0 ? value : "n/a"} </span>

vis/stylesheets/modules/map/_papers.scss

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,12 +118,11 @@
118118
font-weight: $fontweight700;
119119
}
120120

121-
.stat {
121+
#stat {
122122
font-size: 9px;
123123
line-height: 100%;
124-
// margin-bottom: 2px;
125-
// padding-left: 2px;
126-
// padding-right: 2px;
124+
margin-bottom: 3px;
125+
padding: 2px;
127126
text-align: left;
128127
vertical-align: text-bottom;
129128
font-family: $special-font-family;

0 commit comments

Comments
 (0)