interactive-tutorials icon indicating copy to clipboard operation
interactive-tutorials copied to clipboard

Increasing the interactive coding window size

Open kgashok opened this issue 10 years ago • 2 comments

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?

kgashok avatar Sep 18 '14 07:09 kgashok

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

ronreiter avatar Jul 01 '17 10:07 ronreiter

div.CodeMirror.cm-s-xq-light {
  height: 400px;
}

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

quinnlas avatar Oct 12 '23 23:10 quinnlas