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;
|
margin: 2rem 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre {
|
||||||
|
overflow-x: auto;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue