Merge "Ensure the formula preview in MathDialog is vertically centered"

This commit is contained in:
jenkins-bot 2015-11-25 22:31:04 +00:00 committed by Gerrit Code Review
commit 7940965bf1

View File

@ -70,6 +70,11 @@
height: 10em;
}
/* Ensures the preview image is vertically centred */
.ve-ui-mwMathDialog-preview .mwe-math-fallback-image-display {
display: inline-block;
}
.ve-ui-mwMathPage-outline {
padding: 0.5em;
color: #555;