From 6a27370b7a66a02f3d7c3a196885b7b02eb02be7 Mon Sep 17 00:00:00 2001 From: Abdo Date: Mon, 13 Oct 2025 13:21:43 +0300 Subject: [PATCH] Remove unused CSS selector --- ts/lib/editable/mathjax.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ts/lib/editable/mathjax.scss b/ts/lib/editable/mathjax.scss index b644eb2a3..9acc3c2cb 100644 --- a/ts/lib/editable/mathjax.scss +++ b/ts/lib/editable/mathjax.scss @@ -1,7 +1,3 @@ -anki-mathjax { - white-space: pre; -} - img { vertical-align: var(--vertical-center); }