mirror of
https://github.com/Speyll/anemone.git
synced 2024-11-10 00:16:35 +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;
|
||||
overflow-x: auto;
|
||||
font-style: monospace;
|
||||
white-space: pre-wrap;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
p code,
|
||||
|
@ -235,6 +237,7 @@ textarea {
|
|||
display: grid;
|
||||
grid-template-rows: auto 1fr auto;
|
||||
gap: 2rem;
|
||||
|
||||
}
|
||||
|
||||
/* Icons settings */
|
||||
|
|
Loading…
Reference in a new issue