From 2e94edf4f32c556f39f322843b398c59eeda0f8c Mon Sep 17 00:00:00 2001 From: Sauli Anto Date: Tue, 1 Oct 2019 23:12:16 +0300 Subject: [PATCH] Fix styles --- theme/mathform.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/mathform.css b/theme/mathform.css index 0cb137661..b5cff9a7f 100644 --- a/theme/mathform.css +++ b/theme/mathform.css @@ -7,7 +7,7 @@ flex-wrap: nowrap; & .ck.ck-math-preview { - // Todo: calculate content size + /* Todo: calculate content size */ width: 234px; height: 10em; }