Skip to content

Commit

Permalink
Merge stable into master
Browse files Browse the repository at this point in the history
  • Loading branch information
CKEditorBot authored Dec 19, 2024
2 parents 4fcaeea + 27e5165 commit 1e1cbf9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/ckeditor5-table/docs/features/tables-styling.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,15 +190,15 @@ const tableConfig = {
width: '550px',
height: '450px'
},
// The default styles for table cells in the editor.
// They should be synchronized with the content styles.
},
// The default styles for table cells in the editor.
// They should be synchronized with the content styles.
tableCellProperties: {
defaultProperties: {
horizontalAlignment: 'center',
verticalAlignment: 'bottom',
padding: '10px'
}
}
}
}
};
Expand Down

0 comments on commit 1e1cbf9

Please sign in to comment.