mirror of
https://github.com/Speyll/anemone.git
synced 2024-11-12 17:36:24 +00:00
fixed pre code wrapping
This commit is contained in:
parent
ba59b499e3
commit
727dbc5206
1 changed files with 3 additions and 0 deletions
|
@ -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 */
|
||||||
|
|
Loading…
Reference in a new issue