Added line wrapping for text in code examples to make it readable on normal sized screens (#688)
This commit is contained in:
@@ -141,3 +141,9 @@ video {
|
|||||||
.text-wrap {
|
.text-wrap {
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.q-card {
|
||||||
|
code {
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user