Make sure CHTML output stays a table-cell when focused.

This commit is contained in:
Davide P. Cervone 2016-06-22 13:59:09 -04:00
parent 7523687f4c
commit f2ac60f2c5

View File

@ -72,7 +72,7 @@
display: "inline-table" // see issues #1282 and #1338
},
".mjx-full-width": {
display: "table-cell",
display: "table-cell!important",
width: "10000em"
},