##// END OF EJS Templates
Inherit the width of pre code inside the input code cells.
damianavila -
Show More
@@ -45,7 +45,7 b' html {'
45 font-size: 20px;
45 font-size: 20px;
46 }
46 }
47 .reveal pre {
47 .reveal pre {
48 width: 95%;
48 width: inherit;
49 padding: 0.4em;
49 padding: 0.4em;
50 margin: 0px;
50 margin: 0px;
51 font-family: monospace, sans-serif;
51 font-family: monospace, sans-serif;
General Comments 0
You need to be logged in to leave comments. Login now