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.