Closed raywainman closed 11 years ago
Very minor - try to better align the matrices with the rest of the equation. Some simple screwing around with CSS should be able to fix this.
https://github.com/raywainman/mathquill/commit/ae0fd59511bcac5369b830f316087cce4a8669e2
For the record, it was as simple as adding the following CSS style to the <table> element containing the matrix: vertical-align: middle
<table>
vertical-align: middle
Very minor - try to better align the matrices with the rest of the equation. Some simple screwing around with CSS should be able to fix this.