Separate Frame For Code Input

Avatar
  • updated
  • Completed
The whole point of wrapping text in a codebox is so that users can read large codes without it taking up the actual page length. I feel like you should be able to scroll within wrapped code text box. Over 400 characters. Any way to do this so I can show minimum code and require scroll within code to read more?
Pinned replies
Avatar
Sergey Stukov co-founder
  • Answer
  • Completed
Just set height for pre element in your custom CSS.

pre {height:50px;}
Avatar
Sergey Stukov co-founder
  • Answer
  • Completed
Just set height for pre element in your custom CSS.

pre {height:50px;}