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