N°4481 - Restore HTML tables style identical between edition and visualization

This commit is contained in:
Molkobain
2021-12-11 18:34:36 +01:00
parent 2bb142e8ee
commit 5055397024
5 changed files with 49 additions and 18783 deletions

View File

@@ -147,6 +147,15 @@ body.ibo-has-fullscreen-descendant {
max-width: max-content;
}
/* For table to render like in CKEditor, works with bulma lib. overload see:
* - ../../vendors/_bulma-variables-overload.scss)
* - ../../_shame.scss
*/
table {
border-collapse: separate;
border-spacing: 2px;
}
/* Preserve original text color in code blocks, except for the Highlight.js blocks which have their own colors */
& > code,
:not(pre.hljs) code {