ronreiter / interactive-tutorials

Interactive Tutorials
Apache License 2.0
4.09k stars 2.6k forks source link

Increasing the interactive coding window size #123

Open kgashok opened 10 years ago

kgashok commented 10 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 1 year ago
div.CodeMirror.cm-s-xq-light {
  height: 400px;
}

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