@mjhls/mjh-framework 1.0.370 → 1.0.372

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/dist/cjs/index.js CHANGED
@@ -17103,7 +17103,12 @@ var Article = function Article(props) {
17103
17103
  React__default.createElement(
17104
17104
  'div',
17105
17105
  { id: 'contextual-native-ad-' + payload._id, className: 'contextual-native-ad' },
17106
- React__default.createElement(AdSlot.DFPAdSlot, _extends$2._extends({}, payload.contextualAD, { refreshFlag: false, checkIsAdFound: checkIsAdFound }))
17106
+ React__default.createElement(AdSlot.DFPAdSlot, _extends$2._extends({}, payload.contextualAD, { refreshFlag: false, checkIsAdFound: checkIsAdFound })),
17107
+ React__default.createElement(
17108
+ 'style',
17109
+ { jsx: 'true' },
17110
+ '\n .contextual-native-ad .adunitContainer {\n position: absolute;\n }\n '
17111
+ )
17107
17112
  ),
17108
17113
  React__default.createElement(TaxonomyCard.BlockContent, _extends$2._extends({
17109
17114
  serializers: getSerializers(client, pageview, videoAccountIDs, function () {}, true, drupalLeadSettings, currentPage),
@@ -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' },