From 3fe165488f7739a9057fffe9feade5c5f892d454 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Fri, 28 May 2021 16:30:09 +0200 Subject: [PATCH] MOBILE-3320 style: Show mathjax inline on module titles --- src/theme/theme.base.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/theme/theme.base.scss b/src/theme/theme.base.scss index fbf74fb8f..37cec8344 100644 --- a/src/theme/theme.base.scss +++ b/src/theme/theme.base.scss @@ -104,6 +104,10 @@ ion-header h2 { white-space: nowrap; overflow: hidden; pointer-events: auto; + + .filter_mathjaxloader_equation div { + display: inline !important; + } } ion-app.md ion-header h1, @@ -477,7 +481,7 @@ ion-card ion-item img.core-module-icon[slot="start"] { margin-left: 32px; } -.core-course-module-handler:not(.addon-mod-label-handler) .item-heading .filter_mathjaxloader_equation * { +.core-course-module-handler:not(.addon-mod-label-handler) .item-heading .filter_mathjaxloader_equation div { display: inline !important; }