MOBILE-3320 style: Show mathjax inline on module titles

main
Pau Ferrer Ocaña 2021-05-28 16:30:09 +02:00
parent f74b7b204f
commit 3fe165488f
1 changed files with 5 additions and 1 deletions

View File

@ -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;
}