Merge pull request #1534 from dpvc/full-width-fix

Make sure CHTML output stays a table-cell when focused.
This commit is contained in:
Davide P. Cervone 2016-07-08 09:11:55 -04:00 committed by GitHub
commit 23af855cf5

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"
},