Skip to content

Commit

Permalink
Merge pull request #361 from ghassanmas/fix-360
Browse files Browse the repository at this point in the history
fix: resolve  #360 make style consistent across outlines
  • Loading branch information
jristau1984 authored Oct 10, 2023
2 parents 564d724 + 2bc447f commit a76c93c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/editors/data/constants/tinyMCEStyles.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ const getStyles = () => (
font-size: 2em;
line-height: 1.4em;
margin: 0 0 1.41575em 0;
text-transform: initial;
}
.mce-content-body h2,
.mce-content-body .hd-2 {
Expand All @@ -129,7 +130,7 @@ const getStyles = () => (
font-weight: 300;
font-size: 1.2em;
line-height: 1.2em;
text-transform: uppercase;
text-transform: initial;
}
.mce-content-body h3,
.mce-content-body .hd-3 {
Expand Down

0 comments on commit a76c93c

Please sign in to comment.