fixed pre code wrapping
This commit is contained in:
@@ -163,6 +163,8 @@ pre {
|
|||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
font-style: monospace;
|
font-style: monospace;
|
||||||
|
white-space: pre-wrap;
|
||||||
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
p code,
|
p code,
|
||||||
@@ -235,6 +237,7 @@ textarea {
|
|||||||
display: grid;
|
display: grid;
|
||||||
grid-template-rows: auto 1fr auto;
|
grid-template-rows: auto 1fr auto;
|
||||||
gap: 2rem;
|
gap: 2rem;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Icons settings */
|
/* Icons settings */
|
||||||
|
|||||||
Reference in New Issue
Block a user