@contentful/field-editor-markdown 1.1.13 → 1.1.14

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/CHANGELOG.md CHANGED
@@ -3,6 +3,12 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.1.14](https://github.com/contentful/field-editors/compare/@contentful/field-editor-markdown@1.1.13...@contentful/field-editor-markdown@1.1.14) (2023-02-27)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **markdown-editor:** textlink sometimes not centered in help text ([8611e74](https://github.com/contentful/field-editors/commit/8611e74af2709176c39d9ee2abf8667aed916014))
11
+
6
12
  ## [1.1.13](https://github.com/contentful/field-editors/compare/@contentful/field-editor-markdown@1.1.12...@contentful/field-editor-markdown@1.1.13) (2023-02-21)
7
13
 
8
14
  **Note:** Version bump only for package @contentful/field-editor-markdown
@@ -1680,7 +1680,8 @@ var styles$3 = {
1680
1680
  color: tokens.gray700,
1681
1681
  fontSize: tokens.fontSizeS,
1682
1682
  button: {
1683
- fontSize: tokens.fontSizeS
1683
+ fontSize: tokens.fontSizeS,
1684
+ lineHeight: 'inherit'
1684
1685
  }
1685
1686
  })
1686
1687
  };