Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Post History
I apologize for the long delay in getting such a small change made and deployed. Someday I would like the blocks to be resizable, but in the meantime, a code block now shows 40 lines before the sc...
Answer
#2: Post edited
- I apologize for the long delay in getting such a small change made and deployed.
- Someday I would like the blocks to be resizable, but in the meantime, a code block now shows 40 lines before the scrollbar kicks in:
```- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- the answer to life, the universe, and everything
- ```
- I apologize for the long delay in getting such a small change made and deployed.
- Someday I would like the blocks to be resizable, but in the meantime, a code block now shows 40 lines before the scrollbar kicks in:
- ```text
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- the answer to life, the universe, and everything
- ```
#1: Initial revision
I apologize for the long delay in getting such a small change made and deployed. Someday I would like the blocks to be resizable, but in the meantime, a code block now shows 40 lines before the scrollbar kicks in: ``` 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 the answer to life, the universe, and everything ```