mirror of https://github.com/xwiki-labs/cryptpad
prevent code blocks from overflowing slides
This commit is contained in:
parent
a4f45caebb
commit
20874c76f1
|
@ -300,6 +300,8 @@ body .CodeMirror-focused .cm-matchhighlight {
|
|||
width: 90%;
|
||||
margin: auto;
|
||||
padding-left: .25vw;
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
.cp div#modal #content .slide-frame ul,
|
||||
.cp #print .slide-frame ul,
|
||||
|
|
|
@ -266,6 +266,8 @@ div#modal #content, #print {
|
|||
width: 90%;
|
||||
margin: auto;
|
||||
padding-left: .25vw;
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
ul, ol {
|
||||
|
|
Loading…
Reference in New Issue