|
|
@@ -177,8 +177,11 @@
|
|
|
margin-bottom: .952em;
|
|
|
}
|
|
|
|
|
|
- /* Set the styles for "Paragraph". */
|
|
|
- .document-editor .ck-content p {
|
|
|
+ /* Set the styles for "Paragraph" and single <span> inside table.
|
|
|
+ https://github.com/ckeditor/ckeditor5/issues/1291 */
|
|
|
+ .document-editor .ck-content p,
|
|
|
+ .document-editor .ck-content table th > span,
|
|
|
+ .document-editor .ck-content table td > span {
|
|
|
font-size: 1em;
|
|
|
line-height: 1.63em;
|
|
|
padding-top: .5em;
|