a thoughtful web.
Good ideas and conversation. No ads, no tracking.   Login or Take a Tour!
comment
iza  ·  3130 days ago  ·  link  ·    ·  parent  ·  post: Verbatim text overflows comments column on user pages

  pre { overflow: auto; }
to add scrollbar, or

  pre { white-space: pre-wrap; }
to force wrapping.