Quantcast
Channel: Issues for Drupal core
Viewing all articles
Browse latest Browse all 294800

Blockquote css is missing in ckeditor (Backend)

$
0
0

Hi,

When i adding blockquote in fullhtml field. The blockquoted text only shown with "tab shifted". The following css is missing when, i compared with drupal 7 ckeditor library 4.6.2 with drupal 8 v8.3.5 :-

Missing :-

.cke_contents_ltr blockquote {
    padding-left: 20px;
    padding-right: 8px;
    border-left-width: 5px;
}
blockquote {
    font-style: italic;
    font-family: Georgia, Times, "Times New Roman", serif;
    padding: 2px 0; (missing)
    border-style: solid; (missing
    border-color: #ccc;
    border-width: 0;
}

Bellow is my setup details :-
Mysql 5.7.18
PHP 7.0.18
Drupal 8.3.4
Drush 8.1.12


Viewing all articles
Browse latest Browse all 294800

Trending Articles