You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when the code is longer than the screen width or when the screen width is smaller than the code. it doesn't overflow
I just added overflow: auto; in pre and that solved the problem for me.
awesome work.
when the code is longer than the screen width or when the screen
widthis smaller than the code. it doesn't overflowI just added
overflow: auto;inpreand that solved the problem for me.