wiki/docs/stylesheets/extra.css
ilyamak04 a4365b2e5f
All checks were successful
Build MkDocs / build-and-deploy (push) Successful in 13s
fix
2025-01-27 17:24:48 +03:00

18 lines
382 B
CSS

.md-source__facts {
display: none;
}
.md-footer {
margin-top: 50px;
}
/* Достаточно добавить { .code-wrap } к блоку кода, чтобы включить автоперенос строк.
Пример:
```sh { .code-wrap }
*very long line of code here*
```
*/
.code-wrap code {
white-space: pre-wrap;
word-break: break-word;
}