Merge pull request #1534 from dpvc/full-width-fix
Make sure CHTML output stays a table-cell when focused.
This commit is contained in:
commit
23af855cf5
|
@ -72,7 +72,7 @@
|
|||
display: "inline-table" // see issues #1282 and #1338
|
||||
},
|
||||
".mjx-full-width": {
|
||||
display: "table-cell",
|
||||
display: "table-cell!important",
|
||||
width: "10000em"
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user