ronreiter / interactive-tutorials

Interactive Tutorials
Apache License 2.0
3.98k stars 2.54k forks source link

Increasing the interactive coding window size #123

Open kgashok opened 9 years ago

kgashok commented 9 years ago

The coding window size is too small for attempting say 40-45 lines of code. Is there a way we can pop out that section into a new window and plug it back in?

ronreiter commented 7 years ago

If someone can implement a button that expands the window then I will merge the PR.

quinnlas commented 9 months ago
div.CodeMirror.cm-s-xq-light {
  height: 400px;
}

A simple workaround would be to paste this into a user CSS browser extension.