N°3800 Fix line spacing in rich text editor and in its displayed content

This commit is contained in:
Stephen Abello
2021-10-26 15:26:29 +02:00
parent 5c02b5c38c
commit ab1b6837a2
5 changed files with 41 additions and 0 deletions

20
css/ckeditor/contents.css Normal file
View File

@@ -0,0 +1,20 @@
/*
* @copyright Copyright (C) 2010-2021 Combodo SARL
* @license http://opensource.org/licenses/AGPL-3.0
*/
/* These rules should be the same as those in css/backoffice/vendors/ckeditor.css */
body{
margin: 5px 10px;
}
.cke_editable{
line-height: 1.4;
}
figure{
border: solid 1px #ccc;
border-radius: 2px;
}
p{
margin-top: 0.25em;
margin-bottom: 0.25em;
}