Skip to content

Commit

Permalink
Stretch style schema fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiggr committed Aug 20, 2021
1 parent a54f047 commit 5e9e761
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/StyleWrapper/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,14 @@ export const StyleSchema = () => ({
{
id: 'standard',
title: 'Standard',
fields: ['textAlign', 'fontSize', 'align', "stretch", 'size', 'isDropCap'],
fields: [
'textAlign',
'fontSize',
'align',
'stretch',
'size',
'isDropCap',
],
},
{
id: 'decorations',
Expand Down

0 comments on commit 5e9e761

Please sign in to comment.