Show scrollbars only when necessary for <pre> elements
This commit is contained in:
parent
0b63e05fe2
commit
e367f4ca21
2 changed files with 7 additions and 7 deletions
File diff suppressed because one or more lines are too long
|
@ -794,7 +794,7 @@ article.feed-parsing-error {
|
|||
padding: 5px;
|
||||
background: #f0f0f0;
|
||||
border: 1px solid #ddd;
|
||||
overflow: scroll;
|
||||
overflow: auto;
|
||||
overflow-wrap: initial;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue