mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-27 13:47:58 +01:00
fix overflows
This commit is contained in:
parent
f971a20c44
commit
a7c3fd78ea
1 changed files with 2 additions and 1 deletions
|
@ -85,7 +85,8 @@ pre {
|
|||
font-family: $font_family_monospace;
|
||||
border: 1px solid $meta_border_color;
|
||||
max-width: 100%;
|
||||
overflow-y: scroll;
|
||||
overflow-y: hidden;
|
||||
overflow-x: auto;
|
||||
|
||||
code {
|
||||
border: 0;
|
||||
|
|
Loading…
Reference in a new issue