Merge pull request #11459 from edx/adam/mathjax-rendering-bug-rc

address mathjax rendering bug (TNL-4080)
This commit is contained in:
Andy Armstrong
2016-02-08 11:58:40 -05:00

View File

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