0xPolygonMiden / examples

Examples of using Polygon Miden
MIT License
18 stars 18 forks source link

CodeMirror component should always show the same number of lines by default #85

Closed Dominik1999 closed 1 year ago

Dominik1999 commented 1 year ago

The CodeMirror Component should always have a certain number of lines by default, regardless of how big the code is. Then after a certain max_height, it should be scrollable.

Screenshot 2023-03-14 at 19 46 38

In this example the Inputs CodeMirror box has 4 lines and the Outputs box only 1.

Dominik1999 commented 1 year ago

closed by #93