-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Labels
package:tablesquad:coreIssue to be handled by the Core team.Issue to be handled by the Core team.support:1An issue reported by a commercially licensed client.An issue reported by a commercially licensed client.type:improvementThis issue reports a possible enhancement of an existing feature.This issue reports a possible enhancement of an existing feature.
Milestone
Description
📝 Provide a description of the improvement
Remove the HTML tag (figure
and table
) from this selector:
ckeditor5/packages/ckeditor5-table/theme/table.css
Lines 26 to 32 in b5907c6
& figure.table:not(.layout-table), | |
& table.table:not(.layout-table) { | |
/* Give the table widget some air and center it horizontally */ | |
/* The first value should be equal to --ck-spacing-large variable if used in the editor context | |
to avoid the content jumping (See https://github.com/ckeditor/ckeditor5/issues/9825). */ | |
margin: 0.9em auto; | |
} |
to match specificity that existed in editor version before v45.0.0.
📃 Other details
- Browser: …
- OS: …
- CKEditor version: …
- Installed CKEditor plugins: …
If you'd like to see this improvement implemented, add a 👍 reaction to this post.
Metadata
Metadata
Assignees
Labels
package:tablesquad:coreIssue to be handled by the Core team.Issue to be handled by the Core team.support:1An issue reported by a commercially licensed client.An issue reported by a commercially licensed client.type:improvementThis issue reports a possible enhancement of an existing feature.This issue reports a possible enhancement of an existing feature.