Add engine option

This commit is contained in:
Sauli Anto
2019-09-17 16:19:35 +03:00
parent a89cadeac5
commit dbaaa96ae9
6 changed files with 23 additions and 15 deletions

View File

@@ -6,6 +6,16 @@
flex-direction: row;
flex-wrap: nowrap;
& .ck.ck-math-preview {
user-select: none;
}
/* FIXME: mathjax isn't working with .ck.ck-reset_all * without this fix*/
& .ck.ck-math-preview * {
vertical-align: initial;
text-align: center;
}
@mixin ck-media-phone {
flex-wrap: wrap;
@@ -25,11 +35,4 @@
flex-basis: 50%;
}
}
}
/* FIXME: mathjax isn't working with .ck.ck-reset_all * without this fix*/
.ck.ck-math-preview * {
vertical-align: initial;
text-align: center;
}