@contentful/field-editor-rich-text 2.0.0-next.22 → 2.0.0-next.23

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.
@@ -1055,7 +1055,11 @@ function FetchingWrappedEntryCard(props) {
1055
1055
 
1056
1056
  var styles$3 = {
1057
1057
  root: /*#__PURE__*/css({
1058
- marginBottom: '1.25rem !important'
1058
+ marginBottom: '1.25rem !important',
1059
+ // The next 2 properties ensure Entity card won't be aligned above
1060
+ // a list item marker (i.e. bullet)
1061
+ display: 'inline-block',
1062
+ verticalAlign: 'text-top'
1059
1063
  })
1060
1064
  };
1061
1065
  function LinkedEntityBlock(props) {