Cameron Behar
Cameron Behar
For single line changes (since #1376 is still open), you can manually type: ``` ```suggestion your suggestion \``` ``` (ignore that slash though—I just don't know how to escape backticks...
I'm not sure exactly what the issue is--styling the inner elements still works exactly as expected. For example, the following still matches and styles the core `.CodeMirror` element as expected,...
I think the only way to set the styles of a component's child element is to use describe it in a stylesheet or reference the DOM using a `ref` and...
Yeah, unless I'm am misunderstanding your issue, it sounds like the real problem is that you're using one stylesheet for multiple pages--which is always going to cause problems like this...
Hm, I agree that this is a bit unintuitive. Setting the height on the React container doesn't do anything, which seems a bit odd since it's not like the `.CodeMirror`...