Commit 69f81011 by Eric Fischer

EDUCATOR-1685 Fix for tex2jax \tag{} width issue

This prevents the library from applying an inline style that is much
too wide and breaks everything.
parent bdde8587
...@@ -75,6 +75,10 @@ ...@@ -75,6 +75,10 @@
@include padding-left($baseline*2); @include padding-left($baseline*2);
@include padding-right(0); @include padding-right(0);
} }
svg {
max-width: 100%;
}
} }
@-webkit-keyframes fadeIn { @-webkit-keyframes fadeIn {
......
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