@mjhls/mjh-framework 1.0.370 → 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.
@@ -121,7 +121,7 @@ var IssueDeck = function IssueDeck(props) {
121
121
  null,
122
122
  row.issues.length > 0 && React__default.createElement(
123
123
  'a',
124
- { href: href + '/' + publication + '/' + row.identifier.current },
124
+ { style: { paddingRight: '15px', paddingLeft: '15px' }, href: href + '/' + publication + '/' + row.identifier.current },
125
125
  React__default.createElement(
126
126
  Button,
127
127
  { style: { marginTop: '20px', marginRight: '1rem' }, variant: 'secondary' },