even more issues

This commit is contained in:
KZacharski 2023-08-27 00:00:25 +02:00
parent d23284e5ba
commit dcd18c8276
1 changed files with 5 additions and 0 deletions

View File

@ -415,4 +415,9 @@ pre[class*="language-"] button {
pre[class*="language-"] button:hover {
cursor: pointer;
background-color: #bcbabb;
}
pre {
max-width: 100%;
} code {
max-width: 100%;
}