mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
added overflow: auto to style of code blocks
This commit is contained in:
parent
85d561c408
commit
fefbddbfdb
1 changed files with 1 additions and 0 deletions
|
@ -497,6 +497,7 @@ code, pre {
|
|||
margin-top: 0.25em;
|
||||
display: block;
|
||||
min-height: 45px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.note {
|
||||
|
|
Loading…
Reference in a new issue