Show scrollbars only when necessary for <pre> elements

This commit is contained in:
Frédéric Guillot 2018-12-16 20:12:26 -08:00
parent 0b63e05fe2
commit e367f4ca21
2 changed files with 7 additions and 7 deletions

File diff suppressed because one or more lines are too long

View File

@ -794,7 +794,7 @@ article.feed-parsing-error {
padding: 5px;
background: #f0f0f0;
border: 1px solid #ddd;
overflow: scroll;
overflow: auto;
overflow-wrap: initial;
}