line wrap in codeblocks

This commit is contained in:
Jill 2022-05-07 17:08:58 +00:00
parent 30349eb5c7
commit 79ca75629c
1 changed files with 3 additions and 0 deletions

View File

@ -31,6 +31,9 @@ import { onMount } from "svelte";
width: fit-content;
padding-right: 50px !important;
max-width: calc(100% - 1em - 50px);
white-space: pre;
overflow-x: auto;
}
div {
position: relative;