Commit ae279569 by Adam Palay Committed by Adam Palay

address mathjax rendering bug (TNL-4080)

parent 409a947c
......@@ -470,6 +470,11 @@ div.problem {
border: 1px solid #e3e3e3;
border-radius: 4px;
background: #f1f1f1;
& span {
// Needed to fix mathjax rendering bug in chrome (TNL-4080)
border-left-style: none !important;
}
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment