Fix <pre> not overflowing on small viewports
This commit is contained in:
parent
e2a5219425
commit
a584424972
1 changed files with 4 additions and 0 deletions
|
@ -30,6 +30,10 @@
|
|||
margin: 2rem 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
pre {
|
||||
overflow-x: auto;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue