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.
This commit is contained in:
Eric Fischer
2017-11-06 16:45:14 -05:00
parent bdde858779
commit 69f81011c6

View File

@@ -75,6 +75,10 @@
@include padding-left($baseline*2);
@include padding-right(0);
}
svg {
max-width: 100%;
}
}
@-webkit-keyframes fadeIn {