mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-13 18:45:43 +05:00
Fix markdown preview width in Code
This commit is contained in:
parent
c5e29ce7d7
commit
3d8832095b
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user