N°4674 - CKEditor: Fix space indentation in code blocks

This commit is contained in:
Molkobain
2022-04-04 10:21:52 +02:00
parent 0287500feb
commit 3463b1715a
4 changed files with 9 additions and 9 deletions

View File

@@ -49,7 +49,7 @@ $ibo-vendors-ckeditor--autocomplete-item-title--text-color: #3A3A3A !default;
padding: $ibo-vendors-highlightjs--padding !important;
box-shadow: 0 0px 3px 2px inset rgba(0, 0, 0, 0.4);
border-radius: $ibo-vendors-highlightjs--border-radius;
white-space: pre-line;
white-space: pre-wrap;
}
.ibo-hljs-container{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long