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 fdeb120 commit 631ae5eCopy full SHA for 631ae5e
2 files changed
vis/js/templates/Paper.tsx
@@ -358,7 +358,7 @@ class Paper extends React.Component {
358
<div key={id} className="stat" style={{
359
textWrap: 'nowrap'
360
}}>
361
- <p className={`stat ${sizeModifierClass}`}>
+ <p id="stat" className={sizeModifierClass}>
362
<span style={{
363
364
}} className="num-stat">{value || value === 0 ? value : "n/a"} </span>
vis/stylesheets/modules/map/_papers.scss
@@ -118,12 +118,11 @@
118
font-weight: $fontweight700;
119
}
120
121
- .stat {
+ #stat {
122
font-size: 9px;
123
line-height: 100%;
124
- // margin-bottom: 2px;
125
- // padding-left: 2px;
126
- // padding-right: 2px;
+ margin-bottom: 3px;
+ padding: 2px;
127
text-align: left;
128
vertical-align: text-bottom;
129
font-family: $special-font-family;
0 commit comments