MOBILE-3320 style: Show mathjax inline on module titles
parent
f74b7b204f
commit
3fe165488f
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue