mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #768 from sharelatex/jel-mathjax-wiki
Add MathJax to wiki pages and max-width for images
This commit is contained in:
commit
b9a63fe216
2 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
define [
|
||||
"base"
|
||||
"directives/mathjax"
|
||||
"services/algolia-search"
|
||||
], (App) ->
|
||||
|
||||
|
@ -55,4 +56,4 @@ define [
|
|||
hits = _.map response.hits, buildHitViewModel
|
||||
updateHits hits
|
||||
|
||||
|
||||
App.controller "LearnController", () ->
|
||||
|
|
|
@ -14,6 +14,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.page-header {
|
||||
a {
|
||||
font-size: 0.8em;
|
||||
|
|
Loading…
Reference in a new issue