Fix markdown preview width in Code

This commit is contained in:
David Benqué 2022-05-31 09:29:06 +01:00
parent c5e29ce7d7
commit 3d8832095b
1 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@
}
}
#cp-app-code-preview {
padding: 5px 20px;
padding: 5px 10px;
overflow: auto;
display: inline-block;
height: 100%;
@ -101,7 +101,7 @@
#cp-app-code-preview-content {
background-color: @cp_preview-bg;
color: @cp_preview-fg;
max-width: 40vw;
max-width: 70ch;
margin: 1em auto;
.markdown_preformatted-code;