ernstki / pinboard-usermods

A userstyle and userscript for Pinboard; adds Prism syntax highlighting
0 stars 0 forks source link

CSS 'white-space: pre-wrap' for code blocks? #9

Open ernstki opened 4 years ago

ernstki commented 4 years ago

Looks OK, still copies fine. The horizontal scrollbar appearance (on Linux, anyway) is just not good.

div.description pre,
div.description code
{
  white-space: pre-wrap;
  /*overflow-x: scroll;*/
  line-height: 1em;
}