fix clipped content in some <pre> blocks (#1076)

This commit is contained in:
dosiecki 2018-01-23 14:53:41 -08:00
parent d44d33efdc
commit 6318ed9ee6

View file

@ -62,6 +62,7 @@ pre, blockquote {
padding: 0.6em;
margin: 0.6em;
word-wrap: break-word !important;
white-space: pre-wrap !important;
}
/* these are the diff blocks produced by NewsBlur */