@mjhls/mjh-framework 1.0.369 → 1.0.371

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
 
2
- # mjh-framework v. 1.0.369
2
+ # mjh-framework v. 1.0.371
3
3
 
4
4
 
5
5
  > Foundation Framework
@@ -126,7 +126,7 @@ var IssueDeck = function IssueDeck(props) {
126
126
  null,
127
127
  row.issues.length > 0 && React__default.createElement(
128
128
  'a',
129
- { href: href + '/' + publication + '/' + row.identifier.current },
129
+ { style: { paddingRight: '15px', paddingLeft: '15px' }, href: href + '/' + publication + '/' + row.identifier.current },
130
130
  React__default.createElement(
131
131
  Button,
132
132
  { style: { marginTop: '20px', marginRight: '1rem' }, variant: 'secondary' },