Skip to content

Commit

Permalink
Adjust doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Mati365 committed Aug 8, 2024
1 parent 9e48183 commit 27ba4e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ckeditor5-table/src/utils/table-properties.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export function getNormalizedDefaultTableProperties(
options?: NormalizeTableDefaultPropertiesOptions
): NormalizedDefaultProperties {
return getNormalizedDefaultProperties( {
// It's workaround for the issue with missing support for border none in the table element.
// It adds support for border none in the table element, keep it in sync with the content styles
// See more: https://github.com/ckeditor/ckeditor5/issues/6841#issuecomment-1959195608
borderStyle: 'double',
borderColor: 'hsl(0, 0%, 70%)',
Expand All @@ -158,7 +158,7 @@ export function getNormalizedDefaultCellProperties(
options?: NormalizeTableDefaultPropertiesOptions
): NormalizedDefaultProperties {
return getNormalizedDefaultProperties( {
// It's workaround for the issue with missing support for border none in the table element.
// It adds support for border none in the table element, keep it in sync with the content styles
// See more: https://github.com/ckeditor/ckeditor5/issues/6841#issuecomment-1959195608
borderStyle: 'solid',
borderColor: 'hsl(0, 0%, 75%)',
Expand Down

0 comments on commit 27ba4e8

Please sign in to comment.