Commit 1109404a by Andy Armstrong

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

address mathjax rendering bug (TNL-4080)
parents 409a947c ae279569
...@@ -470,6 +470,11 @@ div.problem { ...@@ -470,6 +470,11 @@ div.problem {
border: 1px solid #e3e3e3; border: 1px solid #e3e3e3;
border-radius: 4px; border-radius: 4px;
background: #f1f1f1; 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