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

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