Disable code formatting when disabling all kind of formatting

This commit is contained in:
Thibaut Girka 2019-04-25 16:27:28 +02:00 committed by asonix
parent 42cc5cfaa4
commit 13a6b78d4e

View file

@ -713,6 +713,10 @@
del {
text-decoration: none;
}
code {
font-family: inherit;
}
}
&.rich-text {