mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
fix clipped content in some <pre> blocks (#1076)
This commit is contained in:
parent
d44d33efdc
commit
6318ed9ee6
1 changed files with 1 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue