Describe the bug
The boxes that display code in the Notebook interface do not resize, and do not fit some of the larger content, nor do they scroll.
Expected behavior
One (or more) of the following
- Set the overflow to scroll so the user can scroll down
- Set the height to
fit-content so that all text can fit in the box
- Allow for resizing of the box
To Reproduce
Steps to reproduce the behavior:
- go to the grading interface
- open the notebook view
- find a large submission in a code box
- See error
Configuration
- OS: Arch Linux
- Browser: Librewolf
Screenshots
I do not want to add any student's submission to this as it would be a breach of privacy
Additional context
the CSS selector would be [id*="codebox_"] > .CodeMirror
Describe the bug
The boxes that display code in the
Notebookinterface do not resize, and do not fit some of the larger content, nor do they scroll.Expected behavior
One (or more) of the following
fit-contentso that all text can fit in the boxTo Reproduce
Steps to reproduce the behavior:
Configuration
Screenshots
I do not want to add any student's submission to this as it would be a breach of privacy
Additional context
the CSS selector would be
[id*="codebox_"] > .CodeMirror