Merge pull request #16473 from edx/efischer/EDUCATOR-1685

Fix for tex2jax \tag{} width issue
This commit is contained in:
Eric Fischer
2017-11-07 08:34:21 -05:00
committed by GitHub

View File

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