Code window very small height
See original GitHub issueUses:
.CodeMirror {
height: 300px
}
300px very small, feel free get higher please. We need to grow here. 👆
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
JS - If window height is less than ___px, do something
Means less than milliseconds...you have given a very small value. ... change 1 or use a code shown below(it checks window height everytime)....
Read more >Window.innerHeight - Web APIs | MDN
The read-only innerHeight property of the Window interface returns the interior height of the window in pixels, including the height of the ...
Read more >JavaScript Window Screen - W3Schools
Window Screen Available Height. The screen.availHeight property returns the height of the visitor's screen, in pixels, minus interface features like the Windows ...
Read more >set minimum width / height for windows · Issue #6783 - GitHub
Try resizing the window to make it very small. Describe the problem in detail. You can shrink the width of the window to...
Read more >Egress Windows Min Size Residential - Apex, NC
Building codes change over time and what was once acceptable ... When the sill height of an egress window is located below grade...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@darky 👍 I’m going to make the html report a bit more configurable/customizable asap
Well, the new default behavior (released with the new 0.3.0 version) is that the height of the source code viewer from the HTML report (the codemirror one) is going to grow based on its content, and so it should be big enough now 😄 and no configuration is needed to achieve it 😉