Added line wrapping for text in code examples to make it readable on normal sized screens (#688)

This commit is contained in:
blackcoffeexbt 2022-07-05 16:20:59 +01:00 committed by GitHub
parent f44bd55b4b
commit e5b4c54348
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -140,4 +140,10 @@ video {
// text-wrap
.text-wrap {
word-break: break-word;
}
.q-card {
code {
overflow-wrap: break-word;
}
}